Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDropDownCalendar Class / HolidaySetting Property


In This Topic
    HolidaySetting Property
    In This Topic
    Gets or sets the holiday settings for the control. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property HolidaySetting As HolidaySettingBase
    'Usage
     
    Dim instance As GcDropDownCalendar
    Dim value As HolidaySettingBase
     
    instance.HolidaySetting = value
     
    value = instance.HolidaySetting
    public HolidaySettingBase HolidaySetting {get; set;}

    Property Value

    The holiday settings.
    Remarks
    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.
    See Also