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

Definition

Constructors

C#
public TreeListCheckboxColumn()

Methods

C#
protected override Task OnInitializedAsync()
Returns:

Task

Overrides: CheckboxColumnBase.OnInitializedAsync()

Properties

Called each time a cell is rendered. Use this to add custom classes to the cell based on its value.

C#
[Parameter]
public Action<TreeListCellRenderEventArgs> OnCellRender { get; set; }

The mode used for select all checkbox.

C#
[Parameter]
public TreeListSelectAllMode SelectAllMode { get; set; }

Defines whether selecting a parent item should also select all child items.

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