Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / CalendarMonthHeaderStyle Property


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