Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • 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

    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