Class GanttHoliday
Represents the class for specify holiday.
Inheritance
System.Object
GanttHoliday
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public class GanttHoliday : Object, INotifyPropertyChanged
Constructors
GanttHoliday()
Declaration
public GanttHoliday()
Properties
Background
Gets or sets the color to fill the holiday.
Declaration
public Brush Background { get; set; }
Property Value
Type |
---|
System.Windows.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