Spread Windows Forms 12.0 Product Documentation
FirstDayOfWeek Property (DropDownCalendarInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendarInfo Class : FirstDayOfWeek Property
Gets or sets which weekday to display first in the drop-down calendar.
Syntax
'Declaration
 
Public Property FirstDayOfWeek As DayOfWeek
'Usage
 
Dim instance As DropDownCalendarInfo
Dim value As DayOfWeek
 
instance.FirstDayOfWeek = value
 
value = instance.FirstDayOfWeek
public DayOfWeek FirstDayOfWeek {get; set;}

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 to display first.
See Also

Reference

DropDownCalendarInfo Class
DropDownCalendarInfo Members