C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / ChildItemsPath Property

In This Topic
ChildItemsPath Property (FlexGrid)
In This Topic
Gets or sets the name of the property used to generate child rows.
Syntax
'Declaration
 
Public Property ChildItemsPath As String
 
Remarks

This property allows you to use the FlexGrid as a bound TreeView.

To use it, the data source must contain items that have properties which are collections of the same type.

This property supports a comma separated list of paths. When there is more than one path, the first path will be used for the first level, and so on, and the last path will be used for levels higher than the number of path set.

See Also