ISyntaxHighlightService Interface
Enables you to implement the text highlighting functionality.
Namespace: DevExpress.XtraRichEdit.Services
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Remarks
Use the service substitution technique to register your service implementing the ISyntaxHighlightService.Execute and ISyntaxHighlightService.ForceExecute() methods. These methods are called when the text content of the RichEditControl is modified.