ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class GanttTaskFields

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    GanttTaskFields
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    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 GanttTaskFields : EJTagHelper

    Constructors

    GanttTaskFields()

    Declaration
    public GanttTaskFields()

    Properties

    BaselineEndDate

    To map baseline end date of task from data source.

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

    The default value is null

    BaselineStartDate

    To map baseline start date of task from data source.

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

    The default value is null

    Child

    To map child of task from data source.

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

    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>

    CssClass

    To map custom css class of task from data source.

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

    The default value is null

    Dependency

    To map dependency of task from data source.

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

    The default value is null

    Duration

    To map duration of task from data source.

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

    The default value is null

    DurationUnit

    To map duration unit of task from data source.

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

    The default value is null

    EndDate

    To map end date of task from data source.

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

    The default value is null

    ExpandState

    To map expand status of parent record from data source.

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

    The default value is null

    Id

    To map id of task from data source.

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

    The default value is null

    Overrides
    EJTagHelper.Id

    Indicators

    To map indicators of task from data source.

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

    The default value is null

    Manual

    To map schedule mode of task from data source.

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

    The default value is null

    Milestone

    To map milestone of task from data source.

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

    The default value is null

    Name

    To map name of task from data source.

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

    The default value is null

    Notes

    To map notes value of task from data source.

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

    The default value is null

    ParentID

    To map parent id of task from data source.

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

    The default value is null

    Progress

    To map progress of task from data source.

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

    The default value is null

    ResourceInfo

    To map assigned resources of task from data source.

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

    The default value is null

    SegmentId

    To map segment id details of a task from data source

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

    The default value is null

    Segments

    To map segments details of a task from data source

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

    The default value is null

    StartDate

    To map start date of task from data source.

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

    The default value is null

    Type

    To map taskType value of task from data source

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

    The default value is null

    Work

    To map work of task from data source.

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

    The default value is null

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