Back to Devexpress

RepositoryItemMemoEdit.PasswordChar Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemmemoedit-ae4cc536.md

latest1.3 KB
Original Source

RepositoryItemMemoEdit.PasswordChar Property

This property isn’t used.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

Type
Char

Remarks

This member supports the .NET Framework infrastructure and cannot be used directly from your code.

See Also

RepositoryItemMemoEdit Class

RepositoryItemMemoEdit Members

DevExpress.XtraEditors.Repository Namespace