ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / TreeIndent Property

In This Topic
    TreeIndent Property
    In This Topic
    Gets or sets the indent used to offset each group of rows in the grid.
    Syntax
    'Declaration
     
    
    Public Property TreeIndent As Double
    public double TreeIndent {get; set;}
    See Also