Color of the menu background.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("This property is ignored. Use CssClassPrefix to style the menu.")]
public Color MenuBackColor { get; set; } |
| Visual Basic |
|---|
<ObsoleteAttribute("This property is ignored. Use CssClassPrefix to style the menu.")> _
Public Property MenuBackColor As Color
Get
Set |
| Visual C++ |
|---|
public:
[ObsoleteAttribute(L"This property is ignored. Use CssClassPrefix to style the menu.")]
property Color MenuBackColor {
Color get ();
void set (Color value);
} |
See Also