Spread Windows Forms 12.0 Product Documentation
Weekdays Property (DropDownCalendar)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendar Class : Weekdays Property
Gets or sets the weekday settings.
Syntax
'Declaration
 
Public Property Weekdays As WeekdaysStyle
'Usage
 
Dim instance As DropDownCalendar
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

Reference

DropDownCalendar Class
DropDownCalendar Members