Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / VisibleGroupItems Property

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