WinUI | ComponentOne
C1.WinUI.GridControl Assembly / C1.WinUI.Grid Namespace / C1GridControl Class / SelectedRanges Property
In This Topic
    SelectedRanges Property (C1GridControl)
    In This Topic
    Gets or sets the currently selected ranges.
    Syntax
    public IReadOnlyList<GridControlRange> SelectedRanges {get; set;}
    See Also