Class GanttResourceFields
Inherited Members
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 GanttResourceFields : EJTagHelper
Constructors
GanttResourceFields()
Declaration
public GanttResourceFields()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
Group
To map group of resource from resource collection.
Declaration
[HtmlAttributeName("group")]
public string Group { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Id
To map id of resource from resource collection.
Declaration
[HtmlAttributeName("id")]
public override string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Overrides
Name
To map name of resource from resource collection.
Declaration
[HtmlAttributeName("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Unit
To map unit of resource from resource collection.
Declaration
[HtmlAttributeName("unit")]
public string Unit { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |