Class RowIndentMode
Defines the constants which specify the selection and background indentation in row, when first column is expander column.
Inheritance
System.Object
RowIndentMode
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class RowIndentMode : Enum
Fields
Default
Specifies that the selection and row background will be appeared on the entire row.
Declaration
public const RowIndentMode Default
Field Value
Type |
---|
RowIndentMode |
Level
Specifies that the selection and row background will be appeared after expander when first column is expander column.
Declaration
public const RowIndentMode Level
Field Value
Type |
---|
RowIndentMode |