ISyntaxHighlightService Interface
Enables you to implement the text highlighting functionality.
Namespace: DevExpress.XtraRichEdit.Services
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
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.
See Also