ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class GanttTaskFields

    Inheritance
    System.Object
    EJTagHelper
    GanttTaskFields
    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.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    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
    public string BaselineEndDate { get; set; }
    Property Value
    Type Description
    System.String

    BaselineStartDate

    To map baseline start date of task from data source.

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

    Child

    To map child of task from data source.

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

    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
    public string CssClass { get; set; }
    Property Value
    Type Description
    System.String

    Dependency

    To map dependency of task from data source.

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

    Duration

    To map duration of task from data source.

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

    DurationUnit

    To map duration unit of task from data source.

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

    EndDate

    To map end date of task from data source.

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

    ExpandState

    To map expand status of parent record from data source.

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

    Id

    To map id of task from data source.

    Declaration
    public override string Id { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.Id

    Indicators

    To map indicators of task from data source.

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

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    Manual

    To map schedule mode of task from data source.

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

    Milestone

    To map milestone of task from data source.

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

    Name

    To map name of task from data source.

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

    Notes

    To map notes value of task from data source.

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

    ParentID

    To map parent id of task from data source.

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

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    Progress

    To map progress of task from data source.

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

    ResourceInfo

    To map assigned resources of task from data source.

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

    SegmentId

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

    Segments

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

    StartDate

    To map start date of task from data source.

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

    Type

    To map taskType value of task from data source

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

    Work

    To map work of task from data source.

    Declaration
    public string Work { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved