Skip to main content

ChooseConnectionPage.AvailableConnections Property

Returns the list of data connection names displayed on the wizard page.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public IEnumerable<string> AvailableConnections { get; protected set; }

Property Value

Type Description
IEnumerable<String>

A collection of String values.

See Also