IChooseConnectionPageView.ShouldCreateNewConnection Property
In This Article
If implemented, gets whether to create a new data connection or use an existing one from the list.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, to create a new connection; otherwise, false. |
#Remarks
If the ShouldCreateNewConnection option is disabled, the IChooseConnectionPageView.ExistingConnectionName property specifies the name of the connection selected from the list of available connections.
See Also