WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.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
    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.

    See Also