Class GanttHoliday
Inheritance
System.Object
GanttHoliday
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttHoliday : EJTagHelper
Constructors
GanttHoliday()
Declaration
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 |
|
From
Defines start date of holiday.
Declaration
public string From { get; set; }
Property Value
Type |
Description |
System.String |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Label
Defines label of holiday.
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
To
Defines end date of holiday.
Declaration
public string To { get; set; }
Property Value
Type |
Description |
System.String |
|