ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum SortDirection - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum SortDirection

    Specifies the direction in which to sort a list of items.

    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public enum SortDirection

    Fields

    Name Description
    Ascending

    Sort from smallest to largest. For example, from A to Z.

    Descending

    Sort from largest to smallest. For example, from Z to A.

    None

    No sort

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