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





Gets or sets whether the appointment is visible or not.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 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 item is visible; otherwise, false. The default is true.

 Remarks

Invisible items are not drawn at all. You could use this property to hide an item temporarily, or to store additional data in a helper item object that always stays invisible.

 See Also

Appointment Members
Appointment Class
MindFusion.Scheduling Namespace