SyntaxEditor(ISyntaxColors, Action, IScriptSource) Constructor
Initializes a new instance of the SyntaxEditor class with specified settings.
Namespace: DevExpress.XtraReports.Design
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
public SyntaxEditor(
ISyntaxColors syntaxColors,
Action scriptValidator,
IScriptSource scriptSource
)
Parameters
Name | Type |
---|---|
syntaxColors | DevExpress.XtraRichEdit.SyntaxEdit.ISyntaxColors |
scriptValidator | Action |
scriptSource | DevExpress.XtraReports.Design.IScriptSource |
See Also