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

In This Topic
    VisibleGroupItems Property (C1Scheduler)
    In This Topic
    Gets a collection of currently visible SchedulerGroupItem objects. This collection can be used in xaml in the C1Scheduler control templates.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property VisibleGroupItems As SchedulerGroupItemCollection
    public SchedulerGroupItemCollection VisibleGroupItems {get;}
    See Also