Class GridGroupableSettings
The component that configures the groupable options.
Inheritance
System.Object
GridGroupableSettings
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class GridGroupableSettings : ComponentBase
Constructors
GridGroupableSettings()
Declaration
public GridGroupableSettings()
Properties
Reorderable
Specifies if the groups are reorderable from the menu of the group chips.
Declaration
public bool Reorderable { get; set; }
Property Value
System.Boolean
|
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
System.Threading.Tasks.Task
|