Skip to main content
All docs
V24.1

ChooseEFConnectionStringPage.NewConnectionName Property

Specifies the name of a new data connection.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v24.1.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