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


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