Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / CalendarYearHeaderStyle Property


In This Topic
    CalendarYearHeaderStyle Property
    In This Topic
    Gets or sets the style of the year header of the pop-up calendar in the date-time cell.
    Syntax
    'Declaration
     
    
    Public Property CalendarYearHeaderStyle As FarPoint.PluginCalendar.WinForms.HeaderStyle
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim value As FarPoint.PluginCalendar.WinForms.HeaderStyle
     
    instance.CalendarYearHeaderStyle = value
     
    value = instance.CalendarYearHeaderStyle
    public FarPoint.PluginCalendar.WinForms.HeaderStyle CalendarYearHeaderStyle {get; set;}
    See Also