WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridTreeIndentMode Enumeration
In This Topic
    GridTreeIndentMode Enumeration
    In This Topic
    Specifies which cells are indented in the deepest level.
    Syntax
    public enum GridTreeIndentMode : System.Enum 
    Members
    MemberDescription
    AllCellsAll the cells are indented, including the ones not having toggle buttons.
    ToggleCellsOnly toggle cells are indented.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WinUI.Grid.GridTreeIndentMode

    See Also