Skip to main content

ChooseConnectionPage.AllowCreateNewConnection Property

Specifies whether new data connections can be created on the wizard page.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v24.1.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool AllowCreateNewConnection { get; }

Property Value

Type Description
Boolean

true, to allow creating new data connections; otherwise, false.

See Also