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

ASPxRichEdit Class

A rich text editor control.

Namespace: DevExpress.Web.ASPxRichEdit

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

Declaration

public class ASPxRichEdit :
    ASPxDataWebControl,
    OfficeWorkSessionControl,
    IParentSkinOwner,
    ISkinOwner,
    IPropertiesOwner,
    IControlDesigner,
    IAutoSaveControl,
    IDialogUtilsOwner,
    IStyleSheetManagerImagesProvider

The following members return ASPxRichEdit objects:

Remarks

The ASPxRichEdit class specifies a visual control to create, load, modify, print, save and convert rich formatted text files.

ASPxRichEdit-class

To work properly, the ASPxRichEdit requires setting the ASPxRichEdit.WorkDirectory property to a folder that contains rich text documents in your project.

To programmatically load a document into the ASPxRichEdit control, use the ASPxRichEdit.Open method. To save the active document in code, use the ASPxRichEdit.Save method.

Note

The ASPxRichEdit control provides you with a comprehensive client-side functionality, implemented using JavaScript code:

The control’s client-side API is enabled if the ASPxRichEdit.EnableClientSideAPI property is set to true, or the ASPxRichEdit.ClientInstanceName property is defined.

See Also