Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / AggregateCollection Class / Owner Property

In This Topic
    Owner Property (AggregateCollection)
    In This Topic
    Gets the C1DataSchema object that is the owner of the current collection.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Owner As C1DataSchema
    public new C1DataSchema Owner {get;}
    See Also