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