Skip to main content

ConnectionPropertiesPage.Databases Property

Provides access to the list of available databases.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual IEnumerable<string> Databases { get; protected set; }

Property Value

Type Description
IEnumerable<String>

A collection of String values specifying the database names.

See Also