Skip to main content

GridSortInfo(String) Constructor

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public GridSortInfo(
    string fieldName
)

Parameters

Name Type Description
fieldName String

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

See Also