FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / TreeExpandMode Property

In This Topic
    TreeExpandMode Property
    In This Topic
    Gets or sets the mode the tree created after setting the property ChildItemsPath.
    Syntax
    'Declaration
     
    Public Property TreeExpandMode As GridTreeExpandMode
    public GridTreeExpandMode TreeExpandMode {get; set;}
    See Also