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


In This Topic
    YearMonthFormat Property (DropDownCalendarInfo)
    In This Topic
    Gets or sets the header format of the year or month view.
    Syntax
    'Declaration
     
    
    Public Property YearMonthFormat As YearMonthFormat
    'Usage
     
    
    Dim instance As DropDownCalendarInfo
    Dim value As YearMonthFormat
     
    instance.YearMonthFormat = value
     
    value = instance.YearMonthFormat
    public YearMonthFormat YearMonthFormat {get; set;}

    Property Value

    A DropDownCalendar.YearMonthFormat structure that indicates the year month format.
    Remarks
    This property determines which format the header text should following when DropDownCalendar.CalendarType is YearMonth mode.
    See Also