MasterDetailInfoCollection.Owner Property
In This Article
Gets the federated data source to which the collection of master-detail relations belongs.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public FederationDataSourceBase Owner { get; }
#Property Value
Type | Description |
---|---|
Federation |
A Federation |
See Also