Whether the color bar on the left side of and event should be visible.

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

Syntax

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

See Also