menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class GanttSortSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    GanttSortSettingsBuilder
    Namespace: Syncfusion.EJ2.Gantt
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class GanttSortSettingsBuilder : ControlBuilder

    Constructors

    GanttSortSettingsBuilder()

    Declaration
    public GanttSortSettingsBuilder()

    GanttSortSettingsBuilder(GanttSortSettings)

    Declaration
    public GanttSortSettingsBuilder(GanttSortSettings model)
    Parameters
    Type Name Description
    GanttSortSettings model

    Methods

    AllowUnsort(Boolean)

    If allowUnsort set to false, the user can not get the Tree grid in unsorted state by clicking the sorted column header.

    Declaration
    public GanttSortSettingsBuilder AllowUnsort(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    GanttSortSettingsBuilder

    Columns(Action<GanttSortDescriptorBuilder>)

    Declaration
    public GanttSortSettingsBuilder Columns(Action<GanttSortDescriptorBuilder> columns)
    Parameters
    Type Name Description
    System.Action<GanttSortDescriptorBuilder> columns
    Returns
    Type
    GanttSortSettingsBuilder

    Columns(List<GanttSortDescriptor>)

    Specifies the columns to sort by when the Gantt chart is initially rendered. It also allows access to the currently sorted columns.

    Declaration
    public GanttSortSettingsBuilder Columns(List<GanttSortDescriptor> value)
    Parameters
    Type Name Description
    System.Collections.Generic.List<GanttSortDescriptor> value
    Returns
    Type
    GanttSortSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved