Class IndentColumnType
Defines the constants that specify the type of IndentColumn in SfDataGrid.
Inheritance
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public sealed class IndentColumnType : Enum
Fields
AfterExpander
Specifies that indent cell will be placed after expander.
Declaration
public const IndentColumnType AfterExpander
Field Value
Type |
---|
IndentColumnType |
BeforeExpander
Specifies that indent cell will be placed before expander.
Declaration
public const IndentColumnType BeforeExpander
Field Value
Type |
---|
IndentColumnType |
InAddNewRow
Specifies that indent cell will be placed before the AddNewRow.
Declaration
public const IndentColumnType InAddNewRow
Field Value
Type |
---|
IndentColumnType |
InDataRow
Specifies that indent cell will be placed before the data row.
Declaration
public const IndentColumnType InDataRow
Field Value
Type |
---|
IndentColumnType |
InExpanderCollapsed
Specifies that indent cell will be placed on the group collapsed button.
Declaration
public const IndentColumnType InExpanderCollapsed
Field Value
Type |
---|
IndentColumnType |
InExpanderExpanded
Specifies that indent cell will be placed on the group expander.
Declaration
public const IndentColumnType InExpanderExpanded
Field Value
Type |
---|
IndentColumnType |
InFilterRow
Specifies that indent cell will be placed before the FilterRow.
Declaration
public const IndentColumnType InFilterRow
Field Value
Type |
---|
IndentColumnType |
InLastGroupRow
Specifies that indent cell will be placed on the last group row.
Declaration
public const IndentColumnType InLastGroupRow
Field Value
Type |
---|
IndentColumnType |
InSummaryRow
Specifies that indent cell will be placed before the summary row.
Declaration
public const IndentColumnType InSummaryRow
Field Value
Type |
---|
IndentColumnType |
InTableSummaryRow
Specifies that indent cell will be placed before the table summary row.
Declaration
public const IndentColumnType InTableSummaryRow
Field Value
Type |
---|
IndentColumnType |
InUnBoundRow
Specifies that indent cell will be placed before the Unbound Row.
Declaration
public const IndentColumnType InUnBoundRow
Field Value
Type |
---|
IndentColumnType |