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

MasterDetailInfoCollection.Owner Property

Gets the federated data source to which the collection of master-detail relations belongs.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public FederationDataSourceBase Owner { get; }

Property Value

Type Description
FederationDataSourceBase

A FederationDataSourceBase object that is the owner of the master-detail relations collection.

See Also