Skip to main content

IConnectionPropertiesPageView.ConnectionName Property

If implemented, specifies the name of the connection created on a wizard page.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

string ConnectionName { get; set; }

Property Value

Type Description
String

A string specifying the connection name.

See Also