Whether this column should be displayed when ShowNonBusiness == false. Ignored for IsColGroup == true. Obsolete: This property is ignored. Use DayPilotScheduler.IncludeCell event to customize time cell visibility.

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

Syntax

C#
[ObsoleteAttribute("This property is ignored. Use DayPilotScheduler.IncludeCell event to customize time cell visibility.")]
public bool Visible { get; set; }
Visual Basic
<ObsoleteAttribute("This property is ignored. Use DayPilotScheduler.IncludeCell event to customize time cell visibility.")> _
Public Property Visible As Boolean
	Get
	Set
Visual C++
public:
[ObsoleteAttribute(L"This property is ignored. Use DayPilotScheduler.IncludeCell event to customize time cell visibility.")]
property bool Visible {
	bool get ();
	void set (bool value);
}

See Also