menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Sort - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Sort

    Class that holds the properties, which helps to do sorting.

    Inheritance
    System.Object
    Sort
    Implements
    IAxisElement
    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.

    Implements

    IAxisElement
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved