Skip to main content

ConnectionPropertiesPage.Password Property

Specifies the password to access to a database.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual string Password { get; set; }

Property Value

Type Description
String

A String value, specifying the password.

Remarks

This property is in effect for the following data providers.

  • Amazon Redshift
  • Firebird
  • IBM DB2
  • Microsoft Access 97
  • Microsoft Access 2007
  • Microsoft SQL Server
  • MySQL
  • Oracle
  • Pervasive PSQL
  • PostgreSQL
  • SAP Sybase Advantage
  • SAP Sybase ASE
  • SAP Sybase SQL Anywhere
  • SQLite
  • Teradata
  • VistaDB
See Also