Color of the menu item text.
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 MenuItemColor { get; set; } |
| Visual Basic |
|---|
<ObsoleteAttribute("This property is ignored. Use CssClassPrefix to style the menu.")> _
Public Property MenuItemColor As Color
Get
Set |
| Visual C++ |
|---|
public:
[ObsoleteAttribute(L"This property is ignored. Use CssClassPrefix to style the menu.")]
property Color MenuItemColor {
Color get ();
void set (Color value);
} |
See Also