Enum GridDataTableCellType
Specifies the type of cell that is returned by the CellIdentity.
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public enum GridDataTableCellType
Fields
| Name | Description |
|---|---|
| AddNewRecordCell | Specifies the Add new record cell |
| AddNewRowHeaderCell | Specifies the Add new row header cell |
| ColumnHeaderCell | Specifies the column header cell. Use the CellIdentity to retreive column specific details stored in the Identity. |
| ColumnHeaderIndentCell | Specifies the indented column cell. |
| DetailsViewCell | Specifies the Details View(DataBound Template) cell |
| DropDownFilterCell | Specifies the DropDownFilterBar cell |
| EmptyCell | Specifies an Empty cell. |
| FilterBarCell | Specifies an FilterBar cell. |
| GroupCaptionCell | Specifies the group caption cell. |
| GroupCaptionPlusMinusCell | Specifies the group plus minus cell. |
| GroupCaptionSummaryCoveredCell | Specifies the group caption covered cell. |
| GroupCaptionSummaryEmptyCell | Specifies the group caption empty cell. |
| GroupCaptionSummaryRecordCell | Specifies the group caption summary cell. Use the CellIdentity to get specific values related to summary. |
| GroupCaptionSummaryTitleCell | Specifies the group caption title cell. This is usually created when the Title property is set. |
| NestedTableCell | Specifies the nested table cell. |
| NestedTableEmptyCell | Specifies the empty nested cell. |
| RecordCell | Specifies the record cell. |
| RecordPlusMinusCell | Specifies the plus / minus cell for Grouped / Related objects. |
| RowHeaderCell | Specifies the row header cell when |
| StackedColumnHeaderCell | Specifies the stacked column header cell. |
| SummaryCoveredCell | Specifies the summary covered cell. |
| SummaryEmptyCell | Specifies the summary empty cell. |
| SummaryRecordCell | Specifies the summary record cell. |
| SummaryTitleCell | Specifies the summary title cell. This is usually created when the Title property is set. |
| TopLeftHeaderCell | Specifies the first cell in the grid. |
| UnboundColumnCell | Specifies the unbound column cell. |
| UnboundColumnHeaderCell | Specifies the unbound column header cell. |
| UnboundRecordCell | Specifies the unbound record cell. |