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

GridSortInfo(String, ListSortDirection) Constructor

Initializes a new instance of the GridSortInfo class with the specified settings.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public GridSortInfo(
    string fieldName,
    ListSortDirection sortOrder
)

Parameters

Name Type Description
fieldName String

A String value that specifies the field name of the column to sort.

sortOrder ListSortDirection

A ListSortDirection enumeration value that specifies the sort order. This value is assigned to the GridGroupSummarySortInfo.SortOrder property.

See Also