Class
CheckboxColumnBase

Definition

Namespace:Telerik.Blazor.Components.Common

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public abstract class CheckboxColumnBase : ColumnBase, IComponent, IHandleEvent, IHandleAfterRender, IColumn, IDisposable

Inheritance: objectComponentBaseColumnBaseCheckboxColumnBase

Derived Classes: GridCheckboxColumnTreeListCheckboxColumn

Implements: IColumnIComponentIDisposableIHandleAfterRenderIHandleEvent

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

Constructors

CheckboxColumnBase()

Declaration

cs-api-definition
protected CheckboxColumnBase()

Properties

CheckBoxOnlySelection

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

Declaration

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

Property Value

bool

Lockable

Specifies if the column can be locked from the UI.

Declaration

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

Property Value

bool

SelectAll

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

Declaration

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

Property Value

bool

ShowColumnChooser

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

Declaration

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

Property Value

bool

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

Width

The width of the column.

Declaration

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

Property Value

string

Overrides ColumnBase.Width

Methods

OnInitializedAsync()

Declaration

cs-api-definition
protected override Task OnInitializedAsync()

Returns

Task

Overrides ComponentBase.OnInitializedAsync()

OnParametersSetAsync()

Declaration

cs-api-definition
protected override Task OnParametersSetAsync()

Returns

Task

Overrides ColumnBase.OnParametersSetAsync()

SetParametersAsync(ParameterView)

Declaration

cs-api-definition
public override Task SetParametersAsync(ParameterView parameters)

Parameters

parameters

ParameterView

Returns

Task

Overrides ColumnBase.SetParametersAsync(ParameterView)