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

    See Also