Class GanttResourceFields
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
GanttResourceFields
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 |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Group
To map group of resource from resource collection.
Declaration
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
public override string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Overrides
Syncfusion.EJ2.EJTagHelper.Id
Name
To map name of resource from resource collection.
Declaration
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
public string Unit { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |