[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.HolidaySetting

HolidaySetting Class

Represents a GrapeCity.Windows.InputMan.HolidaySetting which holds the calendar holidays.

Inheritance
HolidaySetting
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public sealed class HolidaySetting : HolidaySettingBase, INotifyPropertyChanged
Public NotInheritable Class HolidaySetting
    Inherits HolidaySettingBase
    Implements INotifyPropertyChanged
Remarks

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.

Constructors

Name Description
HolidaySetting()

Initializes a new instance of the HolidaySetting class.

HolidaySetting(string)

Initializes a new instance of the HolidaySetting class.

Properties

Name Description
Holidays

Gets the holidays.

IsActive

Gets or sets a value indicating whether this holiday setting is active.