Back to Devexpress

RankBinding.Order Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-rankbinding-ecd7e1f0.md

latest1.3 KB
Original Source

RankBinding.Order Property

Gets or sets the sort order required to assign a rank to each row within a partition.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public FieldSortOrder Order { get; set; }
vb
Public Property Order As FieldSortOrder

Property Value

TypeDescription
FieldSortOrder

A PivotSortOrder enumeration member that specifies the sort order.

|

Available values:

NameDescription
Ascending

Sorts the field in ascending order.

| | Descending |

Sorts the field in descending order.

|

See Also

RankBinding Class

RankBinding Members

DevExpress.Xpf.PivotGrid Namespace