alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GridTableCellType

    Defines cell types used by GridTableCellAppearance. For each GridTableCellType, the GridTableCellStyleInfo can be modified in a GridTableCellAppearance.

    Inheritance
    System.Object
    GridTableCellType
    Namespace: Syncfusion.Windows.Forms.Grid.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public sealed class GridTableCellType : Enum

    Fields

    AddNewRecordFieldCell

    Field cell in new record row.

    Declaration
    public const GridTableCellType AddNewRecordFieldCell
    Field Value
    Type
    GridTableCellType

    AddNewRecordRowHeaderCell

    Any header cell in a new record row.

    Declaration
    public const GridTableCellType AddNewRecordRowHeaderCell
    Field Value
    Type
    GridTableCellType

    AlternateRecordFieldCell

    Field cell in an alternate record row.

    Declaration
    public const GridTableCellType AlternateRecordFieldCell
    Field Value
    Type
    GridTableCellType

    AlternateRecordRowHeaderCell

    Any header cell in an alternate record row.

    Declaration
    public const GridTableCellType AlternateRecordRowHeaderCell
    Field Value
    Type
    GridTableCellType

    AnyCell

    Any cell in the grid.

    Declaration
    public const GridTableCellType AnyCell
    Field Value
    Type
    GridTableCellType

    AnyGroupCell

    Any cell in a group item.

    Declaration
    public const GridTableCellType AnyGroupCell
    Field Value
    Type
    GridTableCellType

    AnyHeaderCell

    Any header cell.

    Declaration
    public const GridTableCellType AnyHeaderCell
    Field Value
    Type
    GridTableCellType

    AnyIndentCell

    Any indent cell.

    Declaration
    public const GridTableCellType AnyIndentCell
    Field Value
    Type
    GridTableCellType

    AnyNestedTableCell

    Any nested table cell.

    Declaration
    public const GridTableCellType AnyNestedTableCell
    Field Value
    Type
    GridTableCellType

    AnyPreviewCell

    Any preview cell.

    Declaration
    public const GridTableCellType AnyPreviewCell
    Field Value
    Type
    GridTableCellType

    AnyRecordFieldCell

    Any record cell.

    Declaration
    public const GridTableCellType AnyRecordFieldCell
    Field Value
    Type
    GridTableCellType

    AnySummaryCell

    Any summary cell.

    Declaration
    public const GridTableCellType AnySummaryCell
    Field Value
    Type
    GridTableCellType

    ColumnHeaderCell

    Column header cell.

    Declaration
    public const GridTableCellType ColumnHeaderCell
    Field Value
    Type
    GridTableCellType

    ColumnHeaderWithFilterCell

    Filter bar header cell.

    Declaration
    public const GridTableCellType ColumnHeaderWithFilterCell
    Field Value
    Type
    GridTableCellType

    EmptyCell

    Empty cells.

    Declaration
    public const GridTableCellType EmptyCell
    Field Value
    Type
    GridTableCellType

    EmptySectionRowHeaderCell

    Any row header cell in an empty section.

    Declaration
    public const GridTableCellType EmptySectionRowHeaderCell
    Field Value
    Type
    GridTableCellType

    FilterBarCell

    Field cell in filter bar.

    Declaration
    public const GridTableCellType FilterBarCell
    Field Value
    Type
    GridTableCellType

    FilterBarRowHeaderCell

    Any filter bar row header cell.

    Declaration
    public const GridTableCellType FilterBarRowHeaderCell
    Field Value
    Type
    GridTableCellType

    GroupCaptionCell

    Group caption cell.

    Declaration
    public const GridTableCellType GroupCaptionCell
    Field Value
    Type
    GridTableCellType

    GroupCaptionPlusMinusCell

    PlusMinus cell in group caption.

    Declaration
    public const GridTableCellType GroupCaptionPlusMinusCell
    Field Value
    Type
    GridTableCellType

    GroupCaptionRowHeaderCell

    Any cell in a group caption.

    Declaration
    public const GridTableCellType GroupCaptionRowHeaderCell
    Field Value
    Type
    GridTableCellType

    GroupCaptionSummaryCell

    Summary cell in caption bar.

    Declaration
    public const GridTableCellType GroupCaptionSummaryCell
    Field Value
    Type
    GridTableCellType

    GroupFooterIndentCell

    Indent cell in group footer section.

    Declaration
    public const GridTableCellType GroupFooterIndentCell
    Field Value
    Type
    GridTableCellType

    GroupFooterRowHeaderCell

    Any header cell in a group footer.

    Declaration
    public const GridTableCellType GroupFooterRowHeaderCell
    Field Value
    Type
    GridTableCellType

    GroupFooterSectionCell

    Any cell in group footer section.

    Declaration
    public const GridTableCellType GroupFooterSectionCell
    Field Value
    Type
    GridTableCellType

    GroupHeaderIndentCell

    Indent cell in group header section.

    Declaration
    public const GridTableCellType GroupHeaderIndentCell
    Field Value
    Type
    GridTableCellType

    GroupHeaderRowHeaderCell

    Any header cell in a group header.

    Declaration
    public const GridTableCellType GroupHeaderRowHeaderCell
    Field Value
    Type
    GridTableCellType

    GroupHeaderSectionCell

    Any cell in group header section.

    Declaration
    public const GridTableCellType GroupHeaderSectionCell
    Field Value
    Type
    GridTableCellType

    GroupIndentCell

    Indent cell in group.

    Declaration
    public const GridTableCellType GroupIndentCell
    Field Value
    Type
    GridTableCellType

    GroupIndentICell

    Indent cell with continuous I-line in group.

    Declaration
    public const GridTableCellType GroupIndentICell
    Field Value
    Type
    GridTableCellType

    GroupIndentLCell

    Indent cell with closing L-line in group.

    Declaration
    public const GridTableCellType GroupIndentLCell
    Field Value
    Type
    GridTableCellType

    GroupIndentTCell

    Indent cell with T-line in group.

    Declaration
    public const GridTableCellType GroupIndentTCell
    Field Value
    Type
    GridTableCellType

    GroupPreviewCell

    Cell in group preview section.

    Declaration
    public const GridTableCellType GroupPreviewCell
    Field Value
    Type
    GridTableCellType

    GroupPreviewRowHeaderCell

    Any header cell in a group preview section.

    Declaration
    public const GridTableCellType GroupPreviewRowHeaderCell
    Field Value
    Type
    GridTableCellType

    NestedTableCell

    The nested table cell in which the nested table is drawn.

    Declaration
    public const GridTableCellType NestedTableCell
    Field Value
    Type
    GridTableCellType

    NestedTableIndentCell

    Indent cell in parent table for rows with indented nested table.

    Declaration
    public const GridTableCellType NestedTableIndentCell
    Field Value
    Type
    GridTableCellType

    NestedTableIndentICell

    Indent cell with continuous I-line in parent table for rows with indented nested table.

    Declaration
    public const GridTableCellType NestedTableIndentICell
    Field Value
    Type
    GridTableCellType

    NestedTableIndentLCell

    Indent cell with closing L-line in parent table for rows with indented nested table.

    Declaration
    public const GridTableCellType NestedTableIndentLCell
    Field Value
    Type
    GridTableCellType

    NestedTableIndentTCell

    Indent cell with T-line in parent table for rows with indented nested table.

    Declaration
    public const GridTableCellType NestedTableIndentTCell
    Field Value
    Type
    GridTableCellType

    NestedTableRowHeaderCell

    Row header cell in parent table for rows with indented nested table.

    Declaration
    public const GridTableCellType NestedTableRowHeaderCell
    Field Value
    Type
    GridTableCellType

    None

    Represents None.

    Declaration
    public const GridTableCellType None
    Field Value
    Type
    GridTableCellType

    RecordFieldCell

    Field cell in a non-alternate record row.

    Declaration
    public const GridTableCellType RecordFieldCell
    Field Value
    Type
    GridTableCellType

    RecordPlusMinusCell

    PlusMinus cell in a record row.

    Declaration
    public const GridTableCellType RecordPlusMinusCell
    Field Value
    Type
    GridTableCellType

    RecordPreviewCell

    Cell in record preview row.

    Declaration
    public const GridTableCellType RecordPreviewCell
    Field Value
    Type
    GridTableCellType

    RecordPreviewRowHeaderCell

    Any header cell in a record preview row.

    Declaration
    public const GridTableCellType RecordPreviewRowHeaderCell
    Field Value
    Type
    GridTableCellType

    RecordRowHeaderCell

    Any header cell in a record row.

    Declaration
    public const GridTableCellType RecordRowHeaderCell
    Field Value
    Type
    GridTableCellType

    RowHeaderCell

    Any row header cell.

    Declaration
    public const GridTableCellType RowHeaderCell
    Field Value
    Type
    GridTableCellType

    StackedHeaderCell

    Stacked header cells.

    Declaration
    public const GridTableCellType StackedHeaderCell
    Field Value
    Type
    GridTableCellType

    SummaryEmptyCell

    Empty cell in summary row.

    Declaration
    public const GridTableCellType SummaryEmptyCell
    Field Value
    Type
    GridTableCellType

    SummaryFieldCell

    Field cell in summary row.

    Declaration
    public const GridTableCellType SummaryFieldCell
    Field Value
    Type
    GridTableCellType

    SummaryFillRowCell

    Field cell in summary row with GridSummaryStyle.FillRow.

    Declaration
    public const GridTableCellType SummaryFillRowCell
    Field Value
    Type
    GridTableCellType

    SummaryRowHeaderCell

    Row header cell in summary row.

    Declaration
    public const GridTableCellType SummaryRowHeaderCell
    Field Value
    Type
    GridTableCellType

    SummaryTitleCell

    Title cell in summary row.

    Declaration
    public const GridTableCellType SummaryTitleCell
    Field Value
    Type
    GridTableCellType

    TopLeftHeaderCell

    The top-left header cell.

    Declaration
    public const GridTableCellType TopLeftHeaderCell
    Field Value
    Type
    GridTableCellType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved