Class
GridGroupableSettings

The component that configures the groupable options.

Definition

Constructors

GridGroupableSettings()

Declaration

cs-api-definition
public GridGroupableSettings()

Properties

Reorderable

Specifies if the groups are reorderable from the menu of the group chips.

Declaration

cs-api-definition
[Parameter]
public bool Reorderable { get; set; }

Property Value

bool

Methods

OnInitializedAsync()

Declaration

cs-api-definition
protected override Task OnInitializedAsync()

Returns

Task

Overrides ComponentBase.OnInitializedAsync()