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

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