Back to Devexpress

DxGridDataColumn.SortIndexChanged Event

blazor-devexpress-dot-blazor-dot-dxgriddatacolumn-8b15c66a.md

latest1.3 KB
Original Source

DxGridDataColumn.SortIndexChanged Event

Fires when the column’s sort index changes.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[Parameter]
public EventCallback<int> SortIndexChanged { get; set; }

Parameters

TypeDescription
Int32

A new value of the SortIndex property.

|

Remarks

The SortIndexChanged event fires each time the SortIndex property value changes. The event is handled automatically when you use two-way data binding for the SortIndex property (@bind-SortIndex).

For additional information about data sorting in the Grid component, refer to the following topic: Sort Data in Blazor Grid.

See Also

DxGridDataColumn Class

DxGridDataColumn Members

DevExpress.Blazor Namespace