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
Assembly:  DayPilot (in DayPilot.dll)
Version: 4.0.1172.0

Syntax

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

See Also