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