Back to Devexpress

DXRichEditAuthenticationOptions.Password Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditauthenticationoptions-065367ea.md

latest1.6 KB
Original Source

DXRichEditAuthenticationOptions.Password Property

Gets or sets the password used to identify a user if document protection is enabled. This is a dependency property.

Namespace : DevExpress.Xpf.RichEdit

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
[Browsable(false)]
public string Password { get; set; }
vb
<Browsable(False)>
Public Property Password As String

Property Value

TypeDescription
String

A string containing a password.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Password
RichEditControl

.AuthenticationOptions .Password

|

Remarks

Currently, the Password values are not used. You can implement a custom authentication procedure as required.

See Also

DXRichEditAuthenticationOptions Class

DXRichEditAuthenticationOptions Members

DevExpress.Xpf.RichEdit Namespace