Enum CardCellType
Specifies the type of the cell in card view.
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public enum CardCellType
Fields
Name | Description |
---|---|
CaptionCell | The cell is a caption cell. |
HeaderCell | The cell is a header cell. |
None | No cell type is assigned for the card view. |
RecordCell | The cell is record cell. |
ValueCell | Cell is value cell. |