Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SnapDocument.GetDataSourceOwner(Object) Method

    Returns an object that contains information about the specified data source.

    Namespace: DevExpress.Snap.Core.API

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

    NuGet Package: DevExpress.Snap.Core

    Declaration

    IDataSourceOwner GetDataSourceOwner(
        object dataSource
    )

    Parameters

    Name Type Description
    dataSource Object

    A Object value specifying the data source.

    Returns

    Type Description
    IDataSourceOwner

    An object that implements the IDataSourceOwner interface (typically, this is a DataSourceInfo object).

    See Also