menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class GanttSortDescriptor

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    GanttSortDescriptor
    Namespace: Syncfusion.EJ2.Gantt
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class GanttSortDescriptor : EJTagHelper

    Constructors

    GanttSortDescriptor()

    Declaration
    public GanttSortDescriptor()

    Properties

    Direction

    Defines the direction of the sort operation. Ascending: Sorts the column in ascending order. Descending: Sorts the column in descending order.

    Declaration
    public SortDirection Direction { get; set; }
    Property Value
    Type Description
    SortDirection

    The default value is null

    Field

    Defines the field (column) name to sort by.

    Declaration
    public string Field { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

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