Class Sort
Class that holds the properties, which helps to do sorting.
Inheritance
System.Object
Sort
Implements
Namespace: Syncfusion.Windows.Grid.Olap
Assembly: Syncfusion.OlapGrid.WPF.dll
Syntax
public class Sort : DependencyObject, IAxisElement
Constructors
Sort()
Declaration
public Sort()
Fields
MeasureUniqueNameProperty
Using a DependencyProperty as the backing store for MeasureUniqueName. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty MeasureUniqueNameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
SortOrderProperty
Using a DependencyProperty as the backing store for SortOrder. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty SortOrderProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
MeasureUniqueName
Gets or sets the name of the measure unique.
Declaration
public string MeasureUniqueName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the measure unique. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
SortOrder
Gets or sets the sort order.
Declaration
public OrderOfSort SortOrder { get; set; }
Property Value
Type | Description |
---|---|
OrderOfSort | The sort order. |