C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridTreeIndentMode Enumeration

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