DxGridDataColumn.GroupIndexChanged Event
Fires when the column’s group index changes.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public EventCallback<int> GroupIndexChanged { get; set; }
Parameters
| Type | Description |
|---|---|
| Int32 | A new value of the GroupIndex property. |
Remarks
The GroupIndexChanged event fires each time the GroupIndex property value changes. The event is handled automatically when you use two-way data binding for the GroupIndex property (@bind-GroupIndex).
See Also