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.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
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