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

ASPxRichEditBehaviorSettings Class

Specifies the restricted operations that cannot be performed by end-users over the RichEdit’s document.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

public class ASPxRichEditBehaviorSettings :
    RichEditBehaviorOptions,
    ISettingsWithExternalStateManager,
    IRichEditBehaviorOptions

The following members return ASPxRichEditBehaviorSettings objects:

Remarks

A ASPxRichEditBehaviorSettings instance is returned by the ASPxRichEditSettings.Behavior property.

See Also