Color of an all-day event border.

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

Syntax

C#
public Color AllDayEventBorderColor { get; set; }
Visual Basic
Public Property AllDayEventBorderColor As Color
	Get
	Set
Visual C++
public:
property Color AllDayEventBorderColor {
	Color get ();
	void set (Color value);
}

See Also