Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / SchedulerGroupItem Class / HasVisibleAppointments Property

In This Topic
    HasVisibleAppointments Property (SchedulerGroupItem)
    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