Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendarInfo Class / ActiveHolidayStyles Property


In This Topic
    ActiveHolidayStyles Property (DropDownCalendarInfo)
    In This Topic
    Gets or sets active holiday styles of the drop-down calendar.
    Syntax
    'Declaration
     
    
    Public Property ActiveHolidayStyles As String()
    'Usage
     
    
    Dim instance As DropDownCalendarInfo
    Dim value() As String
     
    instance.ActiveHolidayStyles = value
     
    value = instance.ActiveHolidayStyles
    public string[] ActiveHolidayStyles {get; set;}

    Property Value

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