Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridImageColumn Class / AllowGrouping Property

In This Topic
    AllowGrouping Property (GridImageColumn)
    In This Topic
    Gets or sets a value that indicates whether the user can group by this column.
    Syntax
    'Declaration
     
    
    Public Property AllowGrouping As Boolean
    public bool AllowGrouping {get; set;}
    See Also