Class GanttHoliday
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
GanttHoliday
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Gantt
Assembly: Syncfusion.AspNetMvc.Gantt.dll
Syntax
public class GanttHoliday : EJTagHelper
Constructors
GanttHoliday()
Declaration
public GanttHoliday()
Properties
CssClass
Defines a custom CSS class for styling the holiday marker and label.
Declaration
public string CssClass { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
From
Specifies the start date of the holiday.
Declaration
public string From { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
Label
Defines a label or description for the holiday.
Declaration
public string Label { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
To
Specifies the end date of the holiday.
Declaration
public string To { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |