Skip to main content

ChooseConnectionPageView.ShouldCreateNewConnection Property

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

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

public bool ShouldCreateNewConnection { get; }

Property Value

Type Description
Boolean

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

Remarks

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

See Also