Back to Devexpress

DxTreeListDataColumn.SortIndexChanged Event

blazor-devexpress-dot-blazor-dot-dxtreelistdatacolumn-8471f715.md

latest1.4 KB
Original Source

DxTreeListDataColumn.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 SortIndex value.

|

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 TreeList component, refer to the following topic: Sort Data in Blazor TreeList.

See Also

DxTreeListDataColumn Class

DxTreeListDataColumn Members

DevExpress.Blazor Namespace