Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / VisualIntervalsPresenter Class / Owner Property

In This Topic
    Owner Property (VisualIntervalsPresenter)
    In This Topic
    Gets the C1.C1Schedule.BaseObject object representing the SchedulerGroupItem object owner. This property can be null for an empty group item.
    Syntax
    'Declaration
     
    
    Public Property Owner As BaseObject
    public BaseObject Owner {get; set;}
    See Also