Skip to main content

MasterDetailInfoCollection.Owner Property

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

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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