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.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
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