Skip to main content

DataSourceOwner Enum

Lists the possible contractors to which a data source is connected.

Namespace: DevExpress.Snap

Assembly: DevExpress.Snap.v21.2.Core.dll

NuGet Package: DevExpress.Snap.Core

Declaration

public enum DataSourceOwner

Members

Name Description
Control

The data source belongs to a SnapControl.

Document

The data source belongs to a SnapDocument.

Related API Members

The following properties accept/return DataSourceOwner values:

See Also