Skip to main content
A newer version of this page is available. .

MasterDetailInfoCollection.Owner Property

Indicates the SQL data source to which the collection of master-detail relations belongs.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public SqlDataSource Owner { get; }

Property Value

Type Description
SqlDataSource

A SqlDataSource object that is the owner of the collection.

See Also