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

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