AuthenticationOptions.Password Property
Gets or sets the password that can be used to authenticate a user if document protection is enabled.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
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 |
|---|---|
| RichEditControlOptionsBase |
|
Remarks
Currently the Password value is not used.
See Also