[]
Represents a GrapeCity.Windows.InputMan.HolidaySetting which holds the calendar holidays.
public sealed class HolidaySetting : HolidaySettingBase, INotifyPropertyChanged
Public NotInheritable Class HolidaySetting
Inherits HolidaySettingBase
Implements INotifyPropertyChanged
A HolidaySetting holds multiple GrapeCity.Windows.InputMan.IHoliday and it could be set to GrapeCity.Windows.InputMan.GcDropDownCalendar.HolidaySetting property for setting holidays to GrapeCity.Windows.InputMan.GcDropDownCalendar.
The HolidaySetting could be activated via setting IsActive to true or check the corresponding context item (the header of the item is the HolidaySettingName) in the natively supported holiday context menu opened in GrapeCity.Windows.InputMan.GcDropDownCalendar.
Name | Description |
---|---|
HolidaySetting() | Initializes a new instance of the HolidaySetting class. |
HolidaySetting(string) | Initializes a new instance of the HolidaySetting class. |
Name | Description |
---|---|
Holidays | Gets the holidays. |
IsActive | Gets or sets a value indicating whether this holiday setting is active. |