Skip to main content

GridSortInfo.FieldName Property

Gets or sets the field name of the column to sort. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[XtraSerializableProperty]
public string FieldName { get; set; }

#Property Value

Type Description
String

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

#Remarks

The FieldName property specifies the column whose values are sorted in the order specified by the ColumnBase.SortOrder property.

To learn more, see Sorting in Code.

See Also