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

DataSourceInfoCollection.DefaultDataSourceInfo Property

Provides access to the default datasource.

Namespace: DevExpress.Snap.Core.API

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

Declaration

public DataSourceInfo DefaultDataSourceInfo { get; }

Property Value

Type Description
DataSourceInfo

A DataSourceInfo object, specifying the default settings.

Remarks

This property allows you to access the default datasource within the collection.

You can specify several datasources by using the SnapDocument.DataSources property.

If you need only one datasource, you can specify it in the DataSourceInfo.DataSource property.

See Also