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


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