ClassHoliday
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
cs-api-definition
public class Holiday : INotifyPropertyChanged
Inheritance: objectHoliday
Implements:
Constructors
Holiday()
Declaration
cs-api-definition
public Holiday()
Properties
Date
Date for the Holidays (time part will be ignored).
HolidayName
Name of the Holiday
Methods
OnPropertyChanged(string)
Declaration
cs-api-definition
public void OnPropertyChanged(string propertyName)
Parameters
propertyName
Events
PropertyChanged
Fires when Date or Holiday Name or Location changed.
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements