menu

UWP

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

    Show / Hide Table of Contents

    Class GanttHoliday

    Represents the class for specify holiday.

    Inheritance
    System.Object
    GanttHoliday
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.UI.Xaml.Gantt
    Assembly: Syncfusion.SfGantt.UWP.dll
    Syntax
    public class GanttHoliday : Object, INotifyPropertyChanged

    Constructors

    GanttHoliday()

    Initializes a new instance of the GanttHoliday class.

    Declaration
    public GanttHoliday()

    Properties

    Background

    Gets or sets the color to fill the holiday.

    Declaration
    public Brush Background { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    Day

    Gets or sets the value of holiday.

    Declaration
    public object Day { get; set; }
    Property Value
    Type
    System.Object

    Events

    PropertyChanged

    Occurs when a property value changes.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved