alexa
menu

WinForms

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

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved