Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

[Browsable(false)]
public string Password { get; set; }

Property Value

Type Description
String

A string containing a password.

Property Paths

You can access this nested property as listed below:

Object Type Path to Password
RichEditControl

Remarks

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

See Also