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