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

DataSourceInfoChangedEventArgs.DataSourceOwner Property

Returns the owner of a connected data source.

Namespace: DevExpress.Snap

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

public DataSourceOwner DataSourceOwner { get; }

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