Interface ITableColumnMenuColumn
Describes a column that can have a column menu.
Namespace: Telerik.Blazor.Components.Common.ColumnMenu
Assembly: Telerik.Blazor.dll
Syntax
public interface ITableColumnMenuColumn
Properties
Lockable
Specifies if the column can be locked from the UI.
Declaration
bool Lockable { get; set; }
Property Value
System.Boolean
|
ShowColumnChooser
Specifies if the column chooser is displayed in the column menu.
Declaration
bool ShowColumnChooser { get; set; }
Property Value
System.Boolean
|
ShowColumnMenu
Specifies if a column menu should be shown for the column.
Declaration
bool ShowColumnMenu { get; set; }
Property Value
System.Boolean
|
VisibleInColumnChooser
Specifies if the column is visible in the column chooser.
Declaration
bool VisibleInColumnChooser { get; set; }
Property Value
System.Boolean
|