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


In This Topic
    FirstDayOfWeek Property (DropDownCalendarInfo)
    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 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