Class SpecialDates
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class SpecialDates : EJTagHelper
Constructors
SpecialDates()
Declaration
public SpecialDates()
Properties
CssClass
Gets or sets the CSS class to customize the special dates theme.
Declaration
[JsonProperty("cssClass")]
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Date
Gets or sets the special dates.
Declaration
[JsonProperty("date")]
public string Date { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IconClass
Gets or sets the icon class to special dates.
Declaration
[JsonProperty("iconClass")]
public string IconClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tooltip
Gets or sets the value indicating the tooltip text for special dates.
Declaration
[JsonProperty("tooltip")]
public string Tooltip { get; set; }
Property Value
Type | Description |
---|---|
System.String |