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

In This Topic
    SelectedGroupItem Property (C1Schedule)
    In This Topic
    Gets the selected ScheduleGroupItem object or returns null if the selection is empty.
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectedGroupItem As ScheduleGroupItem
    public ScheduleGroupItem SelectedGroupItem {get;}
    See Also