Whether this column should be displayed when ShowNonBusiness == false. Ignored for IsColGroup == true. Use OnIncludeCell() instead of OnBeforeTimeHeaderRender. Time cell visibility is no longer controlled using OnBeforeTimeHeaderRender.

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

Syntax

C#
[ObsoleteAttribute("Use OnIncludeCell() instead of OnBeforeTimeHeaderRender. Time cell visibility is no longer controlled using OnBeforeTimeHeaderRender.")]
public bool Visible { get; set; }
Visual Basic
<ObsoleteAttribute("Use OnIncludeCell() instead of OnBeforeTimeHeaderRender. Time cell visibility is no longer controlled using OnBeforeTimeHeaderRender.")> _
Public Property Visible As Boolean
	Get
	Set
Visual C++
public:
[ObsoleteAttribute(L"Use OnIncludeCell() instead of OnBeforeTimeHeaderRender. Time cell visibility is no longer controlled using OnBeforeTimeHeaderRender.")]
property bool Visible {
	bool get ();
	void set (bool value);
}

See Also