Interface
ITableColumnMenuColumn

Describes a column that can have a column menu.

Definition

Namespace:Telerik.Blazor.Components.Common.ColumnMenu

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public interface ITableColumnMenuColumn

Properties

Lockable

Specifies if the column can be locked from the UI.

Declaration

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

Property Value

bool

ShowColumnChooser

Specifies if the column chooser is displayed in the column menu.

Declaration

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

Property Value

bool

ShowColumnMenu

Specifies if a column menu should be shown for the column.

Declaration

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

Property Value

bool

VisibleInColumnChooser

Specifies if the column is visible in the column chooser.

Declaration

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

Property Value

bool