Skip to main content

ASPxRichEditDocumentCapabilitiesSettings Class

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

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

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