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

ConnectionPropertiesPage.CustomString Property

Specifies a custom connection string.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public virtual string CustomString { get; set; }

Property Value

Type Description
String

A String value, specifying the custom connection string.

Remarks

The following image illustrates this wizard page with the custom connection string selected.

WPDDesigner_ReportWizard_SpecifyConnectionString-custom

See Also