Blazor | ComponentOne
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
    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