Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendarInfo Class / Weekdays Property


In This Topic
    Weekdays Property (DropDownCalendarInfo)
    In This Topic
    Gets or sets the settings of the weekdays.
    Syntax
    'Declaration
     
    
    Public Property Weekdays As WeekdaysStyle
    'Usage
     
    
    Dim instance As DropDownCalendarInfo
    Dim value As WeekdaysStyle
     
    instance.Weekdays = value
     
    value = instance.Weekdays
    public WeekdaysStyle Weekdays {get; set;}

    Property Value

    A WeekdaysStyle value that indicates the settings of the weekdays.
    See Also