ITableColumnMenuColumn
Interface
Describes a column that can have a column menu.
Definition
Namespace:Telerik.Blazor.Components.Common.ColumnMenu
Assembly:Telerik.Blazor.dll
Syntax:
C#
public interface ITableColumnMenuColumn
Derived Classes:
Properties
Specifies if the column can be locked from the UI.
C#
[Parameter]
bool Lockable { get; set; }
Specifies if the column chooser is displayed in the column menu.
C#
[Parameter]
bool ShowColumnChooser { get; set; }
Specifies if a column menu should be shown for the column.
C#
[Parameter]
bool ShowColumnMenu { get; set; }
Specifies if the column is visible in the column chooser.
C#
[Parameter]
bool VisibleInColumnChooser { get; set; }