Skip to main content

SaveConnectionPage.ConnectionName Property

Specifies the name of the created connection.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual string ConnectionName { get; set; }

Property Value

Type Description
String

A string specifying the name of the created connection.

See Also