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

ISnapControl.DataSources Property

Provides access to the collection of SnapControl data sources.

Namespace: DevExpress.Snap.Core

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

Declaration

DataSourceInfoCollection DataSources { get; }

Property Value

Type Description
DataSourceInfoCollection

A DataSourceInfoCollection object.

Remarks

To learn more, refer to the SnapControl.DataSources property description.

See Also