Skip to main content
A newer version of this page is available. .

GridSortInfo.ChangeSortOrder(String) Method

Toggles the sort order.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, 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