Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridControlAdapter Class / IsSelectionEnabled Property

In This Topic
    IsSelectionEnabled Property (GridControlAdapter)
    In This Topic
    Gets whether there is any selection possible in the grid.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsSelectionEnabled As Boolean
    public virtual bool IsSelectionEnabled {get;}
    See Also