menu

UWP

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

    Show / Hide Table of Contents

    Class SortOrder

    Represents the values that specify how the data should be sorted.

    Inheritance
    System.Object
    SortOrder
    Namespace: Syncfusion.Olap.UWP.Reports
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public sealed class SortOrder : Enum

    Fields

    ASC

    Data are sorted in ascending order.

    Declaration
    public const SortOrder ASC
    Field Value
    Type
    SortOrder

    BASC

    Data are sorted in break hierarchy with ascending order.

    Declaration
    public const SortOrder BASC
    Field Value
    Type
    SortOrder

    BDESC

    Data are sorted in break hierarchy with descending order.

    Declaration
    public const SortOrder BDESC
    Field Value
    Type
    SortOrder

    DESC

    Data are sorted in descending order.

    Declaration
    public const SortOrder DESC
    Field Value
    Type
    SortOrder

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved