menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpecialDates

    Show / Hide Table of Contents

    Class SpecialDates

    Inheritance
    System.Object
    EJTagHelper
    SpecialDates
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved