Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / CalendarSingleLineHeader Property


In This Topic
CalendarSingleLineHeader Property
In This Topic
Gets or sets the single line header of the pop-up calendar in the date-time cell.
Syntax
'Declaration
 
Public Property CalendarSingleLineHeader As FarPoint.PluginCalendar.WinForms.SingleLineHeader
 
'Usage
 
Dim instance As DateTimeCellType
Dim value As FarPoint.PluginCalendar.WinForms.SingleLineHeader
 
instance.CalendarSingleLineHeader = value
 
value = instance.CalendarSingleLineHeader
See Also