Indicates whether there is at least one visible appointment in the current view. This is a dependency property.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[BrowsableAttribute(false)]
public bool HasVisibleAppointments { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property HasVisibleAppointments As Boolean
	Get

See Also