Skip to main content

DocumentDataSources.DataSources Property

Specifies the document data sources.

Namespace: DevExpress.Snap

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

NuGet Package: DevExpress.Snap.Core

Declaration

public DataSourceInfoCollection DataSources { get; set; }

Property Value

Type Description
DataSourceInfoCollection

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

See Also