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


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