Enum GridTableCellType
Defines cell types used by GridTableCellAppearance. For each GridTableCellType, the GridTableCellStyleInfo can be modified in a GridTableCellAppearance.
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public enum GridTableCellType
Fields
Name | Description |
---|---|
AddNewRecordFieldCell | Field cell in new record row. |
AddNewRecordRowHeaderCell | Any header cell in a new record row. |
AlternateRecordFieldCell | Field cell in an alternate record row. |
AlternateRecordRowHeaderCell | Any header cell in an alternate record row. |
AnyCell | Any cell in the grid. |
AnyGroupCell | Any cell in a group item. |
AnyHeaderCell | Any header cell. |
AnyIndentCell | Any indent cell. |
AnyNestedTableCell | Any nested table cell. |
AnyPreviewCell | Any preview cell. |
AnyRecordFieldCell | Any record cell. |
AnySummaryCell | Any summary cell. |
ColumnHeaderCell | Column header cell. |
ColumnHeaderWithFilterCell | Filter bar header cell. |
EmptyCell | Empty cells. |
EmptySectionRowHeaderCell | Any row header cell in an empty section. |
FilterBarCell | Field cell in filter bar. |
FilterBarRowHeaderCell | Any filter bar row header cell. |
GroupCaptionCell | Group caption cell. |
GroupCaptionPlusMinusCell | PlusMinus cell in group caption. |
GroupCaptionRowHeaderCell | Any cell in a group caption. |
GroupCaptionSummaryCell | Summary cell in caption bar. |
GroupFooterIndentCell | Indent cell in group footer section. |
GroupFooterRowHeaderCell | Any header cell in a group footer. |
GroupFooterSectionCell | Any cell in group footer section. |
GroupHeaderIndentCell | Indent cell in group header section. |
GroupHeaderRowHeaderCell | Any header cell in a group header. |
GroupHeaderSectionCell | Any cell in group header section. |
GroupIndentCell | Indent cell in group. |
GroupIndentICell | Indent cell with continuous I-line in group. |
GroupIndentLCell | Indent cell with closing L-line in group. |
GroupIndentTCell | Indent cell with T-line in group. |
GroupPreviewCell | Cell in group preview section. |
GroupPreviewRowHeaderCell | Any header cell in a group preview section. |
NestedTableCell | The nested table cell in which the nested table is drawn. |
NestedTableIndentCell | Indent cell in parent table for rows with indented nested table. |
NestedTableIndentICell | Indent cell with continuous I-line in parent table for rows with indented nested table. |
NestedTableIndentLCell | Indent cell with closing L-line in parent table for rows with indented nested table. |
NestedTableIndentTCell | Indent cell with T-line in parent table for rows with indented nested table. |
NestedTableRowHeaderCell | Row header cell in parent table for rows with indented nested table. |
None | Represents None. |
RecordFieldCell | Field cell in a non-alternate record row. |
RecordPlusMinusCell | PlusMinus cell in a record row. |
RecordPreviewCell | Cell in record preview row. |
RecordPreviewRowHeaderCell | Any header cell in a record preview row. |
RecordRowHeaderCell | Any header cell in a record row. |
RowHeaderCell | Any row header cell. |
StackedHeaderCell | Stacked header cells. |
SummaryEmptyCell | Empty cell in summary row. |
SummaryFieldCell | Field cell in summary row. |
SummaryFillRowCell | Field cell in summary row with GridSummaryStyle.FillRow. |
SummaryRowHeaderCell | Row header cell in summary row. |
SummaryTitleCell | Title cell in summary row. |
TopLeftHeaderCell | The top-left header cell. |