Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / CategoryList Class / Owner Property

In This Topic
    Owner Property (CategoryList)
    In This Topic
    Gets the reference to the owning CategoryCollection object.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Owner As CategoryCollection
    public new CategoryCollection Owner {get;}
    See Also