ClassCheckboxColumnBase
Class
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:
Implements:
Inherited Members
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
Lockable
Specifies if the column can be locked from the UI.
SelectAll
Checkbox is rendered in the Column header. Title option gets ignored.
ShowColumnChooser
Specifies if the column chooser is displayed in the column menu.
Declaration
cs-api-definition
[Parameter]
public bool ShowColumnChooser { get; set; }
Property Value
ShowColumnMenu
Specifies if a column menu should be shown for the column.
Declaration
cs-api-definition
[Parameter]
public bool ShowColumnMenu { get; set; }
Property Value
VisibleInColumnChooser
Specifies if the column is visible in the column chooser.
Declaration
cs-api-definition
[Parameter]
public bool VisibleInColumnChooser { get; set; }
Property Value
Methods
SetParametersAsync(ParameterView)
Declaration
cs-api-definition
public override Task SetParametersAsync(ParameterView parameters)
Parameters
parameters
Returns
Overrides