IChooseConnectionPageView.ShouldCreateNewConnection Property
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.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
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