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

Definition

Constructors

C#
protected CheckboxColumnBase()

Methods

C#
protected override Task OnInitializedAsync()
Returns:

Task

Overrides: ComponentBase.OnInitializedAsync()

C#
protected override Task OnParametersSetAsync()
Returns:

Task

Overrides: ColumnBase.OnParametersSetAsync()

C#
public override Task SetParametersAsync(ParameterView parameters)
Parameters:parametersParameterViewReturns:

Task

Overrides: ColumnBase.SetParametersAsync(ParameterView)

Properties

Define whether grid rows can be selected only by clicking the checkbox in the column.

C#
[Parameter]
public bool CheckBoxOnlySelection { get; set; }

Specifies if the column can be locked from the UI.

C#
[Parameter]
public bool Lockable { get; set; }

Checkbox is rendered in the Column header. Title option gets ignored.

C#
[Parameter]
public bool SelectAll { get; set; }

Specifies if the column chooser is displayed in the column menu.

C#
[Parameter]
public bool ShowColumnChooser { get; set; }

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

C#
[Parameter]
public bool ShowColumnMenu { get; set; }

Specifies if the column is visible in the column chooser.

C#
[Parameter]
public bool VisibleInColumnChooser { get; set; }

The width of the column in any valid CSS unit (px, %, em). Some features require pixel column widths.

C#
[Parameter]
public override string Width { get; set; }

Overrides: ColumnBase.Width