Class SortType
Represents the sorting types.
Inheritance
System.Object
    SortType
  Namespace: Syncfusion.Olap.UWP.Engine
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public sealed class SortType : Enum
  Fields
Ascending
Ascending order.
Declaration
public const SortType Ascending
  Field Value
| Type | 
|---|
| SortType | 
Descending
Descending order.
Declaration
public const SortType Descending
  Field Value
| Type | 
|---|
| SortType | 
UnSpecified
Un specified order.
Declaration
public const SortType UnSpecified
  Field Value
| Type | 
|---|
| SortType |