Hide non-business cells if there are no events. Obsolete. Use HideFreeCells instead.

Namespace: DayPilot.Web.Mvc
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
[ObsoleteAttribute("Please use HideFreeCells instead.")]
public bool AutoHideNonBusiness { get; set; }
Visual Basic
<ObsoleteAttribute("Please use HideFreeCells instead.")> _
Public Property AutoHideNonBusiness As Boolean
	Get
	Set
Visual C++
public:
[ObsoleteAttribute(L"Please use HideFreeCells instead.")]
property bool AutoHideNonBusiness {
	bool get ();
	void set (bool value);
}

See Also