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


In This Topic
    HeaderStyle Property (DropDownCalendarInfo)
    In This Topic
    Gets or sets the header style.
    Syntax
    'Declaration
     
    
    Public Property HeaderStyle As Style
    'Usage
     
    
    Dim instance As DropDownCalendarInfo
    Dim value As Style
     
    instance.HeaderStyle = value
     
    value = instance.HeaderStyle
    public Style HeaderStyle {get; set;}

    Property Value

    A Style object that indicates the style of the header.
    Remarks
    This property determines the display style of the header of this DropDownCalendar. The display style does not take effect when the header is rendered as system style.
    See Also