Spread Windows Forms 12.0 Product Documentation
ShowHeader Property (DropDownCalendarInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendarInfo Class : ShowHeader Property
Gets or sets a value that indicates whether to show the header.
Syntax
'Declaration
 
Public Property ShowHeader As Boolean
'Usage
 
Dim instance As DropDownCalendarInfo
Dim value As Boolean
 
instance.ShowHeader = value
 
value = instance.ShowHeader
public bool ShowHeader {get; set;}

Property Value

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

Reference

DropDownCalendarInfo Class
DropDownCalendarInfo Members