Skip to main content

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.v23.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