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