C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / FlexGrid Class / Selection Property
In This Topic
Selection Property (FlexGrid)
In This Topic
Gets or sets the current selection.
Syntax
public new GridCellRange Selection {get; set;}
Remarks
If more than one range is selected use SelectedRanges property instead.
See Also