Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / ActiveHolidayStyles Property


In This Topic
ActiveHolidayStyles Property (DropDownCalendar)
In This Topic
Gets or sets active holiday styles for the drop-down calendar.
Syntax
'Declaration
 
Public Property ActiveHolidayStyles As String()
 
'Usage
 
Dim instance As DropDownCalendar
Dim value() As String
 
instance.ActiveHolidayStyles = value
 
value = instance.ActiveHolidayStyles

Property Value

A System.String array that indicates the active holiday styles.
Remarks
This property determines which HolidayStyles object is active. If more than one HolidayStyles object is active and overlaps, the last one takes effect.
See Also