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
Specifies the field to map the group of the resource from the resource collection.
Declaration
public string Group { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null  | 
      
Id
Specifies the field to map the ID of a resource from the 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
Specifies the field to map the name of the resource from the resource collection.
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null  | 
      
Unit
Specifies the field to map the unit of the resource from the resource collection.
Declaration
public string Unit { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null  |