SyntaxEditor(ISyntaxColors, Action, IScriptSource) Constructor
Initializes a new instance of the SyntaxEditor class with specified settings.
Namespace: DevExpress.XtraReports.Design
Assembly: DevExpress.XtraReports.v26.1.Extensions.dll
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