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

ChooseConnectionPage.ShouldCreateNewConnection Property

Specifies whether to create a new data connection or use an existing one from the list.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

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

Property Value

Type Description
Boolean

true, to create a new connection; otherwise, false.

Remarks

If the ShouldCreateNewConnection options is disabled, the ChooseConnectionPage.SelectedConnection property specifies the name of the connection selected from the list of available connections.

See Also