Class GanttHoliday
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
GanttHoliday
Namespace: Syncfusion.EJ2.Gantt
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttHoliday : EJTagHelper
Constructors
GanttHoliday()
Declaration
public GanttHoliday()
Properties
CssClass
Defines custom css class of holiday to customize background and label.
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
From
Defines start date of holiday.
Declaration
public string From { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Label
Defines label of holiday.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
To
Defines end date of holiday.
Declaration
public string To { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |