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

In This Topic
    IsCellSelection Property (GridControlAdapter)
    In This Topic
    Gets whether the selection is composed by cells.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsCellSelection As Boolean
    public virtual bool IsCellSelection {get;}
    See Also