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.v18.2.Core.dll

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