Class CommandColumnBase
Inherited Members
Namespace: Telerik.Blazor.Components.Common
Assembly: Telerik.Blazor.dll
Syntax
public abstract class CommandColumnBase : ColumnBase, IColumn, IDisposable
Constructors
CommandColumnBase()
Declaration
protected CommandColumnBase()
Properties
ChildContent
The collection of command buttons rendered in the column.
Declaration
public RenderFragment<object> ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment<System.Object>
|
Commands
For internal use.
Declaration
public string Commands { get; set; }
Property Value
System.String
|
ShowColumnMenu
Specifies if a column menu should be shown for the column.
Declaration
public bool ShowColumnMenu { get; set; }
Property Value
System.Boolean
|
VisibleInColumnChooser
Specifies if the column is visible in the column chooser.
Declaration
public bool VisibleInColumnChooser { get; set; }
Property Value
System.Boolean
|