ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttAddDialogField

    Show / Hide Table of Contents

    Class GanttAddDialogField

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    GanttAddDialogField
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.Gantt
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class GanttAddDialogField : EJTagHelper

    Constructors

    GanttAddDialogField()

    Declaration
    public GanttAddDialogField()

    Properties

    Fields

    Defines edited column fields placed inside the tab.

    Declaration
    [HtmlAttributeName("fields")]
    public string[] Fields { get; set; }
    Property Value
    Type Description
    System.String[]

    The default value is null

    HeaderText

    Defines header text of tab item.

    Declaration
    [HtmlAttributeName("headerText")]
    public string HeaderText { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Type

    Defines types of tab which contains editor for columns. General - Defines tab container type as general. Dependency - Defines tab as dependency editor. Resources - Defines tab as resources editor. Notes - Defines tab as notes editor. Custom - Defines tab as custom column editor.

    Declaration
    [HtmlAttributeName("type")]
    public DialogFieldType Type { get; set; }
    Property Value
    Type Description
    DialogFieldType

    The default value is null

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