CheckboxColumnBase
Class
Definition
Namespace:Telerik.Blazor.Components.Common
Assembly:Telerik.Blazor.dll
Syntax:
C#
public abstract class CheckboxColumnBase : ColumnBase, IComponent, IHandleEvent, IHandleAfterRender, IColumn, IDisposable
Inheritance: objectComponentBaseColumnBaseCheckboxColumnBase
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected CheckboxColumnBase()
Methods
C#
public override Task SetParametersAsync(ParameterView parameters)
Overrides:
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; }