Class ColumnType
Defines the constants that specifies the types of the columns.
Inheritance
System.Object
ColumnType
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public sealed class ColumnType : Enum
Fields
DataColumn
Specifies the DataColumn that is used to display the column.
Declaration
public const ColumnType DataColumn
Field Value
| Type |
|---|
| ColumnType |
DetailsViewCell
Specifies the cell that is used to display the DetailsView.
Declaration
public const ColumnType DetailsViewCell
Field Value
| Type |
|---|
| ColumnType |
ExpanderColumn
Specifies the column that is used to expand the DetailsViews.
Declaration
public const ColumnType ExpanderColumn
Field Value
| Type |
|---|
| ColumnType |
IndentColumn
Specifies the IndentColumn that is used to display the indent column.
Declaration
public const ColumnType IndentColumn
Field Value
| Type |
|---|
| ColumnType |
RowHeader
Specifies the RowHeader that is used to indicate the status of row.
Declaration
public const ColumnType RowHeader
Field Value
| Type |
|---|
| ColumnType |