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

DocumentDataSources.DefaultDataSourceInfo Property

Specifies the default data source of a document.

Namespace: DevExpress.Snap

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

Declaration

public DataSourceInfo DefaultDataSourceInfo { get; set; }

Property Value

Type Description
DataSourceInfo

A DataSourceInfo object, storing the information about the default document data source.

See Also