Skip to main content

DxGridDataColumn.GroupIndexChanged Event

Fires when the column’s group index changes.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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