Skip to main content

GridSortInfo.SortIndex Property

Gets or sets the position of the column referred to by the current GridSortInfo object, among sorted columns. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public int SortIndex { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the zero-based column’s index among sorted columns. -1 if data is not sorted by the corresponding column.

Remarks

To learn more, see Sorting in Code.

See Also