menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttHolidayRange - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GanttHolidayRange

    GanttHolidayRange for SfGantt component.

    Inheritance
    System.Object
    GanttHolidayRange
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GanttHolidayRange : Object

    Constructors

    GanttHolidayRange()

    Declaration
    public GanttHolidayRange()

    Properties

    CssClass

    To set CssClass in GanttHolidayRange.

    Declaration
    public string CssClass { get; set; }
    Property Value
    Type
    System.String

    From

    To set From in GanttHolidayRange.

    Declaration
    public DateTime From { get; set; }
    Property Value
    Type
    System.DateTime

    Interval

    To set Interval in GanttHolidayRange.

    Declaration
    public double Interval { get; set; }
    Property Value
    Type
    System.Double

    Label

    To set Label in GanttHolidayRange.

    Declaration
    public string Label { get; set; }
    Property Value
    Type
    System.String

    Left

    To set Left in GanttHolidayRange.

    Declaration
    public double Left { get; set; }
    Property Value
    Type
    System.Double

    NextWorking

    To set NextWorking in GanttHolidayRange.

    Declaration
    public DateTime NextWorking { get; set; }
    Property Value
    Type
    System.DateTime

    PrevWorking

    To set previous working day in GanttHolidayRange.

    Declaration
    public DateTime PrevWorking { get; set; }
    Property Value
    Type
    System.DateTime

    To

    To set To in GanttHolidayRange.

    Declaration
    public DateTime To { get; set; }
    Property Value
    Type
    System.DateTime

    Width

    To set Width in GanttHolidayRange.

    Declaration
    public double Width { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved