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

In This Topic
    TreeIndent Property (FlexGrid)
    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