Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

IRichEditControl Interface

Interface implemented to facilitate creating certain types of RichEdit objects, such as commands.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public interface IRichEditControl :
    IBatchUpdateable,
    IServiceContainer,
    IServiceProvider,
    IWin32Window,
    ICommandAwareControl<RichEditCommandId>

The following members return IRichEditControl objects:

Remarks

Use the RichEditControl object and its properties unless the IRichEditControl is clearly required.

For a RichEdit’s View, the IRichEditControl interface is accessible via the RichEditView.Control property.

See Also