WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.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
    public Nullable<GridCellType> CellType {get; set;}
    See Also