alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class GridDataTableCellType

    Specifies the type of cell that is returned by the CellIdentity.

    Inheritance
    System.Object
    GridDataTableCellType
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class GridDataTableCellType : Enum

    Fields

    AddNewRecordCell

    Specifies the Add new record cell

    Declaration
    public const GridDataTableCellType AddNewRecordCell
    Field Value
    Type
    GridDataTableCellType

    AddNewRowHeaderCell

    Specifies the Add new row header cell

    Declaration
    public const GridDataTableCellType AddNewRowHeaderCell
    Field Value
    Type
    GridDataTableCellType

    ColumnHeaderCell

    Specifies the column header cell. Use the CellIdentity to retreive column specific details stored in the Identity.

    Declaration
    public const GridDataTableCellType ColumnHeaderCell
    Field Value
    Type
    GridDataTableCellType

    ColumnHeaderIndentCell

    Specifies the indented column cell.

    Declaration
    public const GridDataTableCellType ColumnHeaderIndentCell
    Field Value
    Type
    GridDataTableCellType

    DetailsViewCell

    Specifies the Details View(DataBound Template) cell

    Declaration
    public const GridDataTableCellType DetailsViewCell
    Field Value
    Type
    GridDataTableCellType

    DropDownFilterCell

    Specifies the DropDownFilterBar cell

    Declaration
    public const GridDataTableCellType DropDownFilterCell
    Field Value
    Type
    GridDataTableCellType

    EmptyCell

    Specifies an Empty cell.

    Declaration
    public const GridDataTableCellType EmptyCell
    Field Value
    Type
    GridDataTableCellType

    FilterBarCell

    Specifies an FilterBar cell.

    Declaration
    public const GridDataTableCellType FilterBarCell
    Field Value
    Type
    GridDataTableCellType

    GroupCaptionCell

    Specifies the group caption cell.

    Declaration
    public const GridDataTableCellType GroupCaptionCell
    Field Value
    Type
    GridDataTableCellType

    GroupCaptionPlusMinusCell

    Specifies the group plus minus cell.

    Declaration
    public const GridDataTableCellType GroupCaptionPlusMinusCell
    Field Value
    Type
    GridDataTableCellType

    GroupCaptionSummaryCoveredCell

    Specifies the group caption covered cell.

    Declaration
    public const GridDataTableCellType GroupCaptionSummaryCoveredCell
    Field Value
    Type
    GridDataTableCellType

    GroupCaptionSummaryEmptyCell

    Specifies the group caption empty cell.

    Declaration
    public const GridDataTableCellType GroupCaptionSummaryEmptyCell
    Field Value
    Type
    GridDataTableCellType

    GroupCaptionSummaryRecordCell

    Specifies the group caption summary cell. Use the CellIdentity to get specific values related to summary.

    Declaration
    public const GridDataTableCellType GroupCaptionSummaryRecordCell
    Field Value
    Type
    GridDataTableCellType

    GroupCaptionSummaryTitleCell

    Specifies the group caption title cell. This is usually created when the Title property is set.

    Declaration
    public const GridDataTableCellType GroupCaptionSummaryTitleCell
    Field Value
    Type
    GridDataTableCellType

    NestedTableCell

    Specifies the nested table cell.

    Declaration
    public const GridDataTableCellType NestedTableCell
    Field Value
    Type
    GridDataTableCellType

    NestedTableEmptyCell

    Specifies the empty nested cell.

    Declaration
    public const GridDataTableCellType NestedTableEmptyCell
    Field Value
    Type
    GridDataTableCellType

    RecordCell

    Specifies the record cell.

    Declaration
    public const GridDataTableCellType RecordCell
    Field Value
    Type
    GridDataTableCellType

    RecordPlusMinusCell

    Specifies the plus / minus cell for Grouped / Related objects.

    Declaration
    public const GridDataTableCellType RecordPlusMinusCell
    Field Value
    Type
    GridDataTableCellType

    RowHeaderCell

    Specifies the row header cell when is true.

    Declaration
    public const GridDataTableCellType RowHeaderCell
    Field Value
    Type
    GridDataTableCellType

    StackedColumnHeaderCell

    Specifies the stacked column header cell.

    Declaration
    public const GridDataTableCellType StackedColumnHeaderCell
    Field Value
    Type
    GridDataTableCellType

    SummaryCoveredCell

    Specifies the summary covered cell.

    Declaration
    public const GridDataTableCellType SummaryCoveredCell
    Field Value
    Type
    GridDataTableCellType

    SummaryEmptyCell

    Specifies the summary empty cell.

    Declaration
    public const GridDataTableCellType SummaryEmptyCell
    Field Value
    Type
    GridDataTableCellType

    SummaryRecordCell

    Specifies the summary record cell.

    Declaration
    public const GridDataTableCellType SummaryRecordCell
    Field Value
    Type
    GridDataTableCellType

    SummaryTitleCell

    Specifies the summary title cell. This is usually created when the Title property is set.

    Declaration
    public const GridDataTableCellType SummaryTitleCell
    Field Value
    Type
    GridDataTableCellType

    TopLeftHeaderCell

    Specifies the first cell in the grid.

    Declaration
    public const GridDataTableCellType TopLeftHeaderCell
    Field Value
    Type
    GridDataTableCellType

    UnboundColumnCell

    Specifies the unbound column cell.

    Declaration
    public const GridDataTableCellType UnboundColumnCell
    Field Value
    Type
    GridDataTableCellType

    UnboundColumnHeaderCell

    Specifies the unbound column header cell.

    Declaration
    public const GridDataTableCellType UnboundColumnHeaderCell
    Field Value
    Type
    GridDataTableCellType

    UnboundRecordCell

    Specifies the unbound record cell.

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