MAUI | ComponentOne
C1.Maui.Grid Assembly / C1.Maui.Grid Namespace / GridSelectionEventArgs Class / Cells Property
In This Topic
    Cells Property (GridSelectionEventArgs)
    In This Topic
    Gets the selected cells.
    Syntax
    public IReadOnlyList<GridCellRange> Cells {get;}
    See Also