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