True if the non-business hour cells should be visible.

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

Syntax

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

See Also