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
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