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
#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