Class TreeListSelectionSettings
The component that configures the TreeList selection settings.
Inheritance
System.Object
TreeListSelectionSettings
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TreeListSelectionSettings : ComponentBase, ITreeListSelectionSettings, ISelectionSettings
Constructors
TreeListSelectionSettings()
Declaration
public TreeListSelectionSettings()
Properties
DragToSelect
Defines whether the cells can be selected through lasso selection.
Declaration
public bool DragToSelect { get; set; }
Property Value
System.Boolean
|
SelectionType
Defines the Selection Type of the TreeList.
Declaration
public TreeListSelectionType SelectionType { get; set; }
Property Value
TreeListSelectionType
|
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
System.Threading.Tasks.Task
|
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
System.Threading.Tasks.Task
|
SetParametersAsync(ParameterView)
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
Microsoft.AspNetCore.Components.ParameterView
parameters
|
Returns
System.Threading.Tasks.Task
|