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

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