Class GridColumnMenuSettings
The component that configures the column menu.
Inheritance
System.Object
Telerik.Blazor.Components.TableColumnMenuSettingsBase
GridColumnMenuSettings
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class GridColumnMenuSettings : TableColumnMenuSettingsBase
Constructors
GridColumnMenuSettings()
Declaration
public GridColumnMenuSettings()
Properties
Groupable
Specifies if the columns are groupable from the column menu.
Declaration
public bool Groupable { get; set; }
Property Value
System.Boolean
|