Skip to main content

ConnectionPropertiesPage.Port Property

Specifies the port number to connect to a database.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual string Port { get; set; }

Property Value

Type Description
String

A String value, specifying the port number.

Remarks

This property is in effect for the following data providers.

  • Amazon Redshift
  • Firebird
  • MySQL
  • PostgreSQL
  • Teradata
See Also