PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.DataBinding Namespace / DataSourceCollection Class / Owner Property

In This Topic
    Owner Property (DataSourceCollection)
    In This Topic
    Gets the C1DataSchema containing the current collection.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Owner As C1DataSchema
    public new C1DataSchema Owner {get;}
    See Also