[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DropDownCalendar.BackColor

BackColor Property

BackColor

Gets or sets the background color of the drop-down calendar.

Declaration
[Browsable(true)]
public Color BackColor { get; set; }
<Browsable(True)>
Public Property BackColor As Color
Property Value
Type Description
Color

The Color of the background.
The default is Window.

Remarks

You can use the BackColor property to change the background color of the control to blend into the color scheme of your forms.

Exceptions
Type Condition
ArgumentException

The value is not valid.