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

ConfigureEFConnectionStringPage.UseDefaultConnectionString Property

Specifies whether to use the default connection string.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

[BindableProperty(OnPropertyChangedMethodName = "RaiseConnectionParametersChanged")]
public virtual bool UseDefaultConnectionString { get; set; }

Property Value

Type Description
Boolean

true, to use the default connection string; otherwise, false.

Remarks

This property identifies the state of the Use default connection string radio button on a wizard page.

See Also