PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.DataBinding Namespace / DataSetCollection Class / Owner Property

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