Blazor | ComponentOne
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
    public new GridCellRange Selection {get; set;}
    Remarks
    If more than one range is selected use SelectedRanges property instead.
    See Also