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

In This Topic
    Owner Property (LabelList)
    In This Topic
    Gets the reference to the owning collection.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property Owner As BaseCollection(Of T)
    protected BaseCollection<T> Owner {get;}
    See Also