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

RichEditControl Class

Represents a RichEdit control which is a container for the rich-text document providing all the necessary functionality.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v18.2.dll

Declaration

public class RichEditControl :
    Control,
    IGestureClient,
    IWin32Window,
    IDisposable,
    IToolTipControlClient,
    ILogicalOwner,
    IInputElement,
    IOfficeFontSizeProvider,
    IRichEditDocumentServer,
    IBatchUpdateable,
    IServiceContainer,
    IServiceProvider,
    IRichEditControl,
    ICommandAwareControl<RichEditCommandId>,
    IInnerRichEditControlOwner,
    IInnerRichEditDocumentServerOwner,
    INotifyPropertyChanged,
    IRichEditDocumentLayoutProvider

The following members return RichEditControl objects:

Remarks

This is the primary control of the DXRichEdit Suite. A RichEdit Control 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