Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / CalendarDropDownStyleInfo Class / BackColor Property
Example


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