Skip to main content
A newer version of this page is available. .

ASPxRichEditDocumentCapabilitiesSettings Class

Represents the storage of settings specific for the document restrictions implemented in the RichEdit.

Namespace: DevExpress.Web.ASPxRichEdit

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

Declaration

public class ASPxRichEditDocumentCapabilitiesSettings :
    DocumentCapabilitiesOptions,
    ISettingsWithExternalStateManager

The following members return ASPxRichEditDocumentCapabilitiesSettings objects:

Remarks

An instance of the ASPxRichEditDocumentCapabilitiesSettings class is accessible via the ASPxRichEditSettings.DocumentCapabilities property of the RichEdit’s ASPxRichEdit.Settings.

See Also