Skip to main content
A newer version of this page is available. .

ChooseConnectionPage.AllowCreateNewConnection Property

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

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v18.2.dll

Declaration

public bool AllowCreateNewConnection { get; }

Property Value

Type Description
Boolean

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

See Also