Overrides the default rule for determining if the cell is within business hours. It affects background color of the cell, but only if BackgroundColor property is not changed.

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

Syntax

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

See Also