Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / ShowHeader Property


In This Topic
ShowHeader Property (DropDownCalendar)
In This Topic
Gets or sets a value that indicates whether to show the header.
Syntax
'Declaration
 
Public Property ShowHeader As Boolean
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As Boolean
 
instance.ShowHeader = value
 
value = instance.ShowHeader

Property Value

A bool value that indicates whether to show the header. The default is true.
See Also