CommandColumnBase
Class
Definition
Namespace:Telerik.Blazor.Components.Common
Assembly:Telerik.Blazor.dll
Syntax:
C#
public abstract class CommandColumnBase : ColumnBase, IComponent, IHandleEvent, IHandleAfterRender, IColumn, IDisposable
Inheritance: objectComponentBaseColumnBaseCommandColumnBase
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected CommandColumnBase()
Properties
C#
[Parameter]
public RenderFragment<object> ChildContent { get; set; }
Specifies if a column menu should be shown for the column.
C#
[Parameter]
public bool ShowColumnMenu { get; set; }
The collection of command buttons rendered in the column.
C#
[Parameter]
public RenderFragment<object> Template { get; set; }
Specifies if the column is visible in the column chooser.
C#
[Parameter]
public bool VisibleInColumnChooser { get; set; }