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