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


In This Topic
    HeaderBackColor Property (CalendarDropDownStyleInfo)
    In This Topic
    Gets or sets background color for the CalendarDropDownControl header.
    Syntax
    'Declaration
     
    
    Public Property HeaderBackColor As Color
    'Usage
     
    
    Dim instance As CalendarDropDownStyleInfo
    Dim value As Color
     
    instance.HeaderBackColor = value
     
    value = instance.HeaderBackColor
    public Color HeaderBackColor {get; set;}
    Example
    This example sets properties for the calendar.
    See Also