FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellEditEventArgs Class / CellType Property

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