menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SortOrder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SortOrder

    Specifies the sortOrder to sort the data source.

    Inheritance
    System.Object
    SortOrder
    Namespace: Syncfusion.EJ2.MultiColumnComboBox
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class SortOrder : Enum

    Fields

    Ascending

    The datasource is sorting with ascending order.

    Declaration
    public const SortOrder Ascending
    Field Value
    Type
    SortOrder

    Descending

    The data source is sorting with descending order.

    Declaration
    public const SortOrder Descending
    Field Value
    Type
    SortOrder

    None

    The datasource is not sorting. Default value is None.

    Declaration
    public const SortOrder None
    Field Value
    Type
    SortOrder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved