Show marks for business start and end hours.

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

Syntax

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

See Also