MindFusion.Scheduling for ASP.NET Programmer's Guide
Appointment.Visible Property
See Also
 





Gets or sets whether the appointment is visible.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public override bool Visible { get; set; }

Visual Basic  Copy Code

Public Overrides Property Visible As Boolean

 Property Value

true if the appointment is visible; otherwise false. Default value is true.

 See Also

Appointment Members
Appointment Class
MindFusion.Scheduling Namespace