[]
Gets or sets the holiday settings for the control. This is a dependency property.
public HolidaySettingBase HolidaySetting { get; set; }
Public Property HolidaySetting As HolidaySettingBase
Type | Description |
---|---|
HolidaySettingBase | The holiday settings. |
A GrapeCity.Windows.InputMan.HolidaySetting or a GrapeCity.Windows.InputMan.HolidayGroup could be set to this property, and the GrapeCity.Windows.InputMan.HolidaySetting could be activated or deactivated by setting GrapeCity.Windows.InputMan.HolidaySetting.IsActive property or check the menu item via UI operation.