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.v25.2.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
[BindableProperty(OnPropertyChangedMethodName = "RaiseChanged")]
public virtual bool ShouldCreateNewConnection { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
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