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

In This Topic
    CellType Property (GridHitTestInfo)
    In This Topic
    Gets the type of cell at the specified location.
    Syntax
    'Declaration
     
    Public Property CellType As Nullable(Of GridCellType)
    public Nullable<GridCellType> CellType {get; set;}
    See Also