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

The component that configures the TreeList selection settings.

Definition

Constructors

C#
public TreeListSelectionSettings()

Methods

C#
protected override Task OnInitializedAsync()
Returns:

Task

Overrides: ComponentBase.OnInitializedAsync()

C#
protected override Task OnParametersSetAsync()
Returns:

Task

Overrides: ComponentBase.OnParametersSetAsync()

C#
public override Task SetParametersAsync(ParameterView parameters)
Parameters:parametersParameterViewReturns:

Task

Overrides: ComponentBase.SetParametersAsync(ParameterView)

Properties

Defines whether the cells can be selected through lasso selection.

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

Defines the Selection Type of the TreeList.

C#
[Parameter]
public TreeListSelectionType SelectionType { get; set; }