Skip to main content

ISyntaxHighlightService Interface

In This Article

Enables you to implement the text highlighting functionality.

Namespace: DevExpress.XtraRichEdit.Services

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

#Declaration

[ComVisible(true)]
public interface ISyntaxHighlightService

#Remarks

Use service substitution technique to register your service implementing the ISyntaxHighlightService.Execute method. This method is called when the text content of the RichEditControl is modified.

See Also