HasVisibleAppointments Property (C1Scheduler)
In This Topic
Indicates whether there is at least one visible appointment in the current view. This is a dependency property.
Syntax
'Declaration
Public ReadOnly Property HasVisibleAppointments As Boolean
public bool HasVisibleAppointments {get;}
See Also