Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridPanel Class / CellType Property

In This Topic
    CellType Property (GridPanel)
    In This Topic
    Gets the type of the cell of this panel.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CellType As GridCellType
    public GridCellType CellType {get;}
    See Also