[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.HolidaySettingBase

HolidaySettingBase Class

Represents a GrapeCity.Windows.InputMan.HolidaySettingBase which is the base for setting holiday in GrapeCity.Windows.InputMan.GcDropDownCalendar.

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

The HolidaySettingBase is the base class of GrapeCity.Windows.InputMan.HolidayGroup and GrapeCity.Windows.InputMan.HolidaySetting

A GrapeCity.Windows.InputMan.HolidaySetting holds a group of GrapeCity.Windows.InputMan.IHoliday. A GrapeCity.Windows.InputMan.HolidayGroup holds a group of GrapeCity.Windows.InputMan.HolidaySetting.

Properties

Name Description
HolidaySettingName

Gets or sets the name of the holiday setting.

Methods

Name Description
OnPropertyChanged(PropertyChangedEventArgs)

Raises the PropertyChanged event.

Events

Name Description
PropertyChanged

Occurs when property changed.