[]
        
(Showing Draft Content)

C1.WinUI.Grid.FlexGrid.ChildItemsPath

ChildItemsPath Property

ChildItemsPath

Gets or sets the name of the property used to generate child rows.

Declaration
public string ChildItemsPath { get; set; }
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.