Skip to main content
All docs
V19.2

ASPxRichEditBehaviorSettings.Encrypt Property

Specifies whether the encryption operations are permitted.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v19.2.dll

Declaration

public override DocumentCapability Encrypt { get; set; }

Property Value

Type Description
DocumentCapability

The document’s capability to perform an operation.

Property Paths

You can access this nested property as listed below:

Object Type Path to Encrypt
ASPxRichEditSettings
.Behavior.Encrypt
See Also