Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / HasVisibleAppointments Property

In This Topic
    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