FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridTreeIndentMode Enumeration

In This Topic
    GridTreeIndentMode Enumeration
    In This Topic
    Specifies which cells are indented in the deepest level.
    Syntax
    'Declaration
     
    Public Enum GridTreeIndentMode 
       Inherits System.Enum
    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.WPF.Grid.GridTreeIndentMode

    See Also