DataSourceInfoChangedEventArgs.DataSourceOwner Property
Returns the owner of a connected data source.
Namespace: DevExpress.Snap
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
Property Value
| Type | Description |
|---|---|
| DataSourceOwner | A DataSourceOwner enumeration value. |
Available values:
| Name | Description |
|---|---|
| Control | The data source belongs to a SnapControl. |
| Document | The data source belongs to a SnapDocument. |
See Also