Enum ColumnType
Defines the constants that specifies the types of the columns.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum ColumnType
Fields
| Name | Description |
|---|---|
| DataColumn | Specifies the DataColumn that is used to display the column. |
| DetailsViewCell | Specifies the cell that is used to display the DetailsView. |
| ExpanderColumn | Specifies the column that is used to expand the DetailsViews. |
| IndentColumn | Specifies the IndentColumn that is used to display the indent column. |
| RowHeader | Specifies the RowHeader that is used to indicate the status of row. |