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


In This Topic
FirstDayOfWeek Property (DropDownCalendar)
In This Topic
Gets or sets which weekday to display first in the drop-down calendar.
Syntax
'Declaration
 
Public Property FirstDayOfWeek As DayOfWeek
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As DayOfWeek
 
instance.FirstDayOfWeek = value
 
value = instance.FirstDayOfWeek

Property Value

A DayOfWeek value that indicates which weekday to display first in the drop-down calendar.
The default is DayOfWeek.NotSet.
Remarks
This property determines which day of the week is displayed first
See Also