The component that configures the TreeList selection settings.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class TreeListSelectionSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseTreeListSelectionSettings
Implements:
Inherited Members
Constructors
C#
public TreeListSelectionSettings()
Methods
C#
public override Task SetParametersAsync(ParameterView parameters)
Overrides:
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; }