Back to Devexpress

RepositoryItemMemoEdit.UseSystemPasswordChar Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemmemoedit-8e353d82.md

latest1.4 KB
Original Source

RepositoryItemMemoEdit.UseSystemPasswordChar Property

This property is not supported by the RepositoryItemMemoEdit class.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override bool UseSystemPasswordChar { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property UseSystemPasswordChar As Boolean

Property Value

Type
Boolean

See Also

RepositoryItemMemoEdit Class

RepositoryItemMemoEdit Members

DevExpress.XtraEditors.Repository Namespace