Skip to main content
All docs
V23.2

ChooseEFConnectionStringPage.NewConnectionName Property

Specifies the name of a new data connection.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

[BindableProperty]
public virtual string NewConnectionName { get; set; }

Property Value

Type Description
String

The name of a new data connection.

See Also