Skip to main content

ChooseEFConnectionStringPage.AvailableConnections Property

Specifies available data connections.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

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

Property Value

Type Description
IEnumerable<String>

A collection of strings that specifies connection names.

See Also