Back to Devexpress

PivotGridCommands.SortAscending Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcommands-8152553b.md

latest1.3 KB
Original Source

PivotGridCommands.SortAscending Property

In OLAP mode, sorts values of the specified field in ascending order.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public static RoutedCommand SortAscending { get; }
vb
Public Shared ReadOnly Property SortAscending As RoutedCommand

Property Value

TypeDescription
RoutedCommand

A RoutedCommand object that defines a command implementing the ICommand interface, and is routed through the element tree.

|

See Also

PivotGridCommands Class

PivotGridCommands Members

DevExpress.Xpf.PivotGrid Namespace