InterfaceITableColumnMenuColumn
Interface
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.
ShowColumnChooser
Specifies if the column chooser is displayed in the column menu.
ShowColumnMenu
Specifies if a column menu should be shown for the column.
VisibleInColumnChooser
Specifies if the column is visible in the column chooser.
Declaration
cs-api-definition
[Parameter]
bool VisibleInColumnChooser { get; set; }
Property Value