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

Specifies if the columns are groupable from the column menu.

Declaration

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

Property Value

bool