Class
GridColumnMenuSettings

The component that configures the column menu.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class GridColumnMenuSettings : TableColumnMenuSettingsBase, IComponent, IHandleEvent, IHandleAfterRender

Inheritance: objectComponentBaseTableColumnMenuSettingsBaseGridColumnMenuSettings

Implements: IComponentIHandleAfterRenderIHandleEvent

Inherited Members ComponentBase.BuildRenderTree(RenderTreeBuilder)ComponentBase.OnInitialized()ComponentBase.OnInitializedAsync()ComponentBase.OnParametersSet()ComponentBase.OnParametersSetAsync()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRender(bool)ComponentBase.OnAfterRenderAsync(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.DispatchExceptionAsync(Exception)ComponentBase.SetParametersAsync(ParameterView)

Constructors

GridColumnMenuSettings()

Declaration

cs-api-definition
public GridColumnMenuSettings()

Properties

Groupable

Enables grouping options in the column menu, allowing users to group data by clicking in the column header menu. Default value is true (grouping options available in column menu).

Declaration

cs-api-definition
[Parameter]
public bool Groupable { get; set; }

Property Value

bool