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

DocumentDataSources.DataSources Property

Specifies the document data sources.

Namespace: DevExpress.Snap

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

Declaration

public DataSourceInfoCollection DataSources { get; set; }

Property Value

Type Description
DataSourceInfoCollection

A DataSourceInfoCollection object, storing the information about the document data sources.

See Also