C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / Selection Property

In This Topic
Selection Property (FlexGrid)
In This Topic
Gets or sets the current selection.
Syntax
'Declaration
 
Public Shadows Property Selection As GridCellRange
 
Remarks
If more than one range is selected use SelectedRanges property instead.
See Also