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

ChooseConnectionPage.SelectedConnection Property

Specifies the name of the connection selected from the list of available connections.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

[BindableProperty(OnPropertyChangedMethodName = "RaiseChanged")]
public virtual string SelectedConnection { get; set; }

Property Value

Type Description
String

A string specifying the name of the selected connection.

See Also