C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / FlexGrid Class / SelectedRanges Property
In This Topic
SelectedRanges Property (FlexGrid)
In This Topic
Gets or sets the current selected ranges.
Syntax
public new IReadOnlyList<GridCellRange> SelectedRanges {get; set;}
See Also