Spread Windows Forms 12.0 Product Documentation
TitleStyle Property (DropDownCalendarInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendarInfo Class : TitleStyle Property
Gets or sets the style of the weekday title.
Syntax
'Declaration
 
Public Property TitleStyle As Style
'Usage
 
Dim instance As DropDownCalendarInfo
Dim value As Style
 
instance.TitleStyle = value
 
value = instance.TitleStyle
public Style TitleStyle {get; set;}

Property Value

A DropDownCalendar.TitleStyle value that indicates the display style of the weekday title.
Remarks
This property retrieves the display style of the weekday title.
See Also

Reference

DropDownCalendarInfo Class
DropDownCalendarInfo Members