Class
CommandColumnBase

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: GanttCommandColumnGridCommandColumnTreeListCommandColumn

Implements: IColumnIComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members ColumnBase.OnInitialized()ColumnBase.SetParametersAsync(ParameterView)ColumnBase.OnParametersSetAsync()ColumnBase.OnAfterRender(bool)ColumnBase.Dispose()ColumnBase.ParentColumnColumnBase.TitleColumnBase.HeaderClassColumnBase.WidthColumnBase.MinResizableWidthColumnBase.MaxResizableWidthColumnBase.VisibleColumnBase.ReorderableColumnBase.ResizableColumnBase.LockedColumnBase.IdColumnBase.ColumnsCollectionComponentBase.BuildRenderTree(RenderTreeBuilder)ComponentBase.OnInitializedAsync()ComponentBase.OnParametersSet()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRenderAsync(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)

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

RenderFragment<object>

Commands

For internal use.

Declaration

cs-api-definition
[Parameter]
public string Commands { get; set; }

Property Value

string

ShowColumnMenu

Specifies if a column menu should be shown for the column.

Declaration

cs-api-definition
[Parameter]
public bool ShowColumnMenu { get; set; }

Property Value

bool

VisibleInColumnChooser

Specifies if the column is visible in the column chooser.

Declaration

cs-api-definition
[Parameter]
public bool VisibleInColumnChooser { get; set; }

Property Value

bool