Skip to main content
A newer version of this page is available. .

SyntaxEditor Class

Enables the Script Editor to implement intelligent code completion.

Namespace: DevExpress.XtraReports.Design

Assembly: DevExpress.XtraReports.v20.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public class SyntaxEditor :
    SyntaxEditControl,
    IScriptEditor,
    ISupportInitialize

Implements

Show 21 items
DevExpress.LookAndFeel.ISupportLookAndFeel
DevExpress.Utils.IToolTipControlClient
DevExpress.Utils.Gesture.IGestureClient
DevExpress.XtraEditors.Drawing.IMouseWheelSupport
DevExpress.XtraRichEdit.Keyboard.IInputStateProvider
DevExpress.XtraRichEdit.SyntaxEdit.ISyntaxEditControl
DevExpress.Utils.IBatchUpdateable
DevExpress.Utils.Commands.ICommandAwareControl<RichEditCommandId>

Inheritance

Object
MarshalByRefObject
Component
Control
RichEditControl
DevExpress.XtraRichEdit.SyntaxEdit.SimpleEditControl
DevExpress.XtraRichEdit.SyntaxEdit.SyntaxEditControl
SyntaxEditor
See Also