ClassTreeListCheckboxColumn
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TreeListCheckboxColumn : CheckboxColumnBase, IComponent, IHandleEvent, IHandleAfterRender, IColumn, IDisposable, ITreeListColumnMenuColumn, ITableColumnMenuColumn
Inheritance: objectComponentBaseColumnBaseCheckboxColumnBaseTreeListCheckboxColumn
Implements:
Inherited Members
Constructors
TreeListCheckboxColumn()
Declaration
cs-api-definition
public TreeListCheckboxColumn()
Properties
OnCellRender
Called each time a cell is rendered. Use this to add custom classes to the cell based on its value.
Declaration
cs-api-definition
[Parameter]
public Action<TreeListCellRenderEventArgs> OnCellRender { get; set; }
Property Value
SelectAllMode
The mode used for select all checkbox.
Declaration
cs-api-definition
[Parameter]
public TreeListSelectAllMode SelectAllMode { get; set; }
Property Value
SelectChildren
Defines whether selecting a parent item should also select all child items.
Declaration
cs-api-definition
[Parameter]
public bool SelectChildren { get; set; }
Property Value