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


In This Topic
    HeaderFormat Property (DropDownCalendarInfo)
    In This Topic
    Gets or sets the format string of the header.
    Syntax
    'Declaration
     
    
    Public Property HeaderFormat As String
    'Usage
     
    
    Dim instance As DropDownCalendarInfo
    Dim value As String
     
    instance.HeaderFormat = value
     
    value = instance.HeaderFormat
    public string HeaderFormat {get; set;}

    Property Value

    A System.String value that indicates the format of the header.
    The default is MMMM yyy.
    Remarks
    The header text is displayed using the format specified by this property when the DropDownCalendar.UseHeaderFormat property is true.
    See Also