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.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
[BindableProperty(OnPropertyChangedMethodName = "RaiseChanged")]
public virtual bool ShouldCreateNewConnection { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true, to create a new connection; otherwise, false. |
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