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

RichEditControl Class

The editor that allows you to create, load, modify, print, save and convert rich text documents in different formats. Provides numerous features, such as importing and exporting options, multiple predefined document layouts, conversion between different measurement units, field support, etc.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v18.2.dll

Declaration

[ComVisible(false)]
[ToolboxBitmap(typeof(RichEditControl), "Bitmaps256.RichTextControl.bmp")]
[Docking(DockingBehavior.Ask)]
public class RichEditControl :
    Control,
    IPrintable,
    IBasePrintable,
    ISupportLookAndFeel,
    IToolTipControlClient,
    IGestureClient,
    IRectangularObjectRotationControllerOwner,
    IMouseWheelSupport,
    IInputStateProvider,
    IBarControllerOwner,
    IRichEditDocumentServer,
    IBatchUpdateable,
    IServiceContainer,
    IServiceProvider,
    IDisposable,
    IRichEditControl,
    IWin32Window,
    ICommandAwareControl<RichEditCommandId>,
    IInnerRichEditControlOwner,
    IInnerRichEditDocumentServerOwner,
    INotifyPropertyChanged,
    IRichEditDocumentLayoutProvider

The following members return RichEditControl objects:

Remarks

This is the primary control of the Rich Text Editor suite. A RichEditControl displays the document, and provides the comprehensive functionality to support common rich text operations.

The following code snippets (auto-collected from DevExpress Examples) contain references to the RichEditControl class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also