Class GanttLabelSettings
Inheritance
System.Object
GanttLabelSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttLabelSettings : EJTagHelper
Constructors
GanttLabelSettings()
Declaration
public GanttLabelSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
LeftLabel
Defines left side label of task.
Declaration
public string LeftLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
RightLabel
Defines right side label of task.
Declaration
public string RightLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
TaskLabel
Defines label which is placed inside the taskbar.
Declaration
public string TaskLabel { get; set; }
Property Value
Type |
Description |
System.String |
|