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: 5.8.1956.0 (5.8.1956.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