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.1.dll

NuGet Package: DevExpress.DataAccess

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