Highlight the selected events using external bars. This is an old way to highlight selected events. You should use Theme and define a class for "prefix_selected".

Namespace: DayPilot.Web.Mvc
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

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

See Also