Skip to main content

GridSortInfo.ChangeSortOrder(String) Method

Toggles the sort order.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public virtual void ChangeSortOrder(
    string fieldName
)

Parameters

Name Type Description
fieldName String

The name of column whose sort order should be changed.

Remarks

The sort order is specified by the GridSortInfo.SortOrder property.

See Also