New to Telerik UI for BlazorStart a free 30-day trial

Definition

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; }