Class GridSelectionSettings
The component that configures the Grid selection settings.
Inheritance
System.Object
GridSelectionSettings
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class GridSelectionSettings : ComponentBase, IGridSelectionSettings, ISelectionSettings
Constructors
GridSelectionSettings()
Declaration
public GridSelectionSettings()
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 Grid.
Declaration
public GridSelectionType SelectionType { get; set; }
Property Value
GridSelectionType
|
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
|