Determines the color of the event border that indicates that the event is selected.

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

Syntax

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

See Also