menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttSortSettings - API Reference

    Show / Hide Table of Contents

    Class GanttSortSettings

    Inheritance
    System.Object
    EJTagHelper
    GanttSortSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.Gantt
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class GanttSortSettings : EJTagHelper

    Constructors

    GanttSortSettings()

    Declaration
    public GanttSortSettings()

    Properties

    AllowUnsort

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

    Declaration
    public bool AllowUnsort { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    Columns

    Specifies the columns to sort at initial rendering of Gantt. Also user can get current sorted columns.

    Declaration
    public List<GanttSortDescriptor> Columns { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<GanttSortDescriptor>

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved