Skip to main content

IRichEditControl Interface

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v14.2.Core.dll

#Declaration

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

#Returned By

The RichEditView.Control property returns an instance of IRichEditControl.

#Remarks

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

See Also