Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendarInfo Class / TitleStyle Property


In This Topic
    TitleStyle Property (DropDownCalendarInfo)
    In This Topic
    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