Holiday
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class Holiday : INotifyPropertyChanged
Inheritance: objectHoliday
Implements:
Constructors
C#
public Holiday()
Properties
Date for the Holidays (time part will be ignored).
C#
public DateTime Date { get; set; }
Name of the Holiday
C#
public string HolidayName { get; set; }
Methods
Events
Fires when Date or Holiday Name or Location changed.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: