menu

WinForms

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

    Show / Hide Table of Contents

    Class SortElement

    Represents the information needed for sort element.

    Inheritance
    System.Object
    Element
    SortElement
    Implements
    ICloneable<Element>
    ICloneable<SortElement>
    Inherited Members
    Element.ElementName
    Element.Name
    Element.Properties
    Element.RootNodeCaption
    Element.Visible
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Olap.Reports
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class SortElement : Element, ICloneable<Element>, ICloneable<SortElement>

    Constructors

    SortElement()

    Initializes a new instance of the SortElement class.

    Declaration
    public SortElement()

    SortElement(AxisPosition, SortOrder, Boolean)

    Initializes a new instance of the SortElement class.

    Declaration
    public SortElement(AxisPosition axis, SortOrder orderBy, bool isSortOn)
    Parameters
    Type Name Description
    AxisPosition axis

    The axis.

    SortOrder orderBy

    The order by.

    System.Boolean isSortOn

    if set to true [is sort on].

    Properties

    Axis

    Gets or sets the axis position.

    Declaration
    public AxisPosition Axis { get; set; }
    Property Value
    Type Description
    AxisPosition

    The axis position.

    Element

    Gets or sets the measure element.

    Declaration
    public MeasureElement Element { get; set; }
    Property Value
    Type Description
    MeasureElement

    The measure element.

    IsSortOn

    Gets or sets a value indicating to enable sorting.

    Declaration
    public bool IsSortOn { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if sorting is enabled; otherwise, false.

    SortOrder

    Gets or sets the sorting order.

    Declaration
    public SortOrder SortOrder { get; set; }
    Property Value
    Type Description
    SortOrder

    The sorting order.

    Methods

    Clone()

    Clones this instance.

    Declaration
    public SortElement Clone()
    Returns
    Type Description
    SortElement

    A copy of this instance.

    Implements

    ICloneable<T>
    ICloneable<T>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved