Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / CalendarDropDownStyleInfo Class / HeaderFormat Property


In This Topic
    HeaderFormat Property
    In This Topic
    Gets or sets header date format(ie: yyy年 MMMM).
    Syntax
    'Declaration
     
    
    Public Property HeaderFormat As String
    'Usage
     
    
    Dim instance As CalendarDropDownStyleInfo
    Dim value As String
     
    instance.HeaderFormat = value
     
    value = instance.HeaderFormat
    public string HeaderFormat {get; set;}
    See Also