Skip to main content
A newer version of this page is available. .
All docs
V20.2

SyntaxEditor(ISyntaxColors, Action, IScriptSource) Constructor

Initializes a new instance of the SyntaxEditor class with specified settings.

Namespace: DevExpress.XtraReports.Design

Assembly: DevExpress.XtraReports.v20.2.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