ClassTreeListSelectionSettings
Class
The component that configures the TreeList selection settings.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TreeListSelectionSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseTreeListSelectionSettings
Implements:
Inherited Members
Constructors
TreeListSelectionSettings()
Declaration
cs-api-definition
public TreeListSelectionSettings()
Properties
DragToSelect
Defines whether the cells can be selected through lasso selection.
Declaration
cs-api-definition
[Parameter]
public bool DragToSelect { get; set; }
Property Value
SelectionType
Defines the Selection Type of the TreeList.
Declaration
cs-api-definition
[Parameter]
public TreeListSelectionType SelectionType { get; set; }
Property Value
Methods
SetParametersAsync(ParameterView)
Declaration
cs-api-definition
public override Task SetParametersAsync(ParameterView parameters)
Parameters
parameters
Returns
Overrides