Class CardCellType
Specifies the type of the cell in card view.
Inheritance
System.Object
CardCellType
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public sealed class CardCellType : Enum
Fields
CaptionCell
The cell is a caption cell.
Declaration
public const CardCellType CaptionCell
Field Value
| Type |
|---|
| CardCellType |
HeaderCell
The cell is a header cell.
Declaration
public const CardCellType HeaderCell
Field Value
| Type |
|---|
| CardCellType |
None
No cell type is assigned for the card view.
Declaration
public const CardCellType None
Field Value
| Type |
|---|
| CardCellType |
RecordCell
The cell is record cell.
Declaration
public const CardCellType RecordCell
Field Value
| Type |
|---|
| CardCellType |
ValueCell
Cell is value cell.
Declaration
public const CardCellType ValueCell
Field Value
| Type |
|---|
| CardCellType |