ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttHoliday - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GanttHoliday

    Inheritance
    System.Object
    EJTagHelper
    GanttHoliday
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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
    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
    EJTagHelper.IsChild

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved