menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttHoliday - API Reference

    Show / Hide Table of Contents

    Class GanttHoliday

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    GanttHoliday
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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.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
    [HtmlAttributeName("cssClass")]
    public string CssClass { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    From

    Defines start date of holiday.

    Declaration
    [HtmlAttributeName("from")]
    public string From { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Label

    Defines label of holiday.

    Declaration
    [HtmlAttributeName("label")]
    public string Label { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    To

    Defines end date of holiday.

    Declaration
    [HtmlAttributeName("to")]
    public string To { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved