Class GanttHoliday
Represents the class for specify holiday.
Inheritance
System.Object
GanttHoliday
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public class GanttHoliday : 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