Color of the menu header background.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
[ObsoleteAttribute("This property is ignored. Menu title can be styled using CSS.")]
public Color MenuTitleBackColor { get; set; }
Visual Basic
<ObsoleteAttribute("This property is ignored. Menu title can be styled using CSS.")> _
Public Property MenuTitleBackColor As Color
	Get
	Set
Visual C++
public:
[ObsoleteAttribute(L"This property is ignored. Menu title can be styled using CSS.")]
property Color MenuTitleBackColor {
	Color get ();
	void set (Color value);
}

See Also