Back to Devexpress

DevExpress.Data.Controls.ExpressionEditor Namespace

corelibraries-devexpress-dot-data-dot-controls.md

latest5.6 KB
Original Source

DevExpress.Data.Controls.ExpressionEditor Namespace

Contains classes and interfaces enabling you to customize the Expression Editor in WinForms applications.

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Classes

NameDescription
AutoCompleteItemEnables customization of Expression Editor items for which automatic completion is available.
ColumnInfoProvides information about a data column listed in the Expression Editor.
ConstantInfoProvides information about a static constant listed in the Expression Editor.
ExpressionEditorContextEnables customization of the Expression Editor.
ExpressionEditorModelThe Expression Editor model.
ExpressionEditorOptionsBehaviorEnables additional customization of the Expression Editor.
ExpressionEditorPresenterProvides the Presenter functionality to an Expression Editor.
ExpressionEditorUIHelper staticEnables you to launch the Expression Editor in your application at runtime with the specified settings.
FunctionInfoProvides information about a function listed in the Expression Editor.
ItemInfoBaseThe base for classes that provide functionality to Expression Editor items (such as constants, functions and data columns).
OperatorInfoProvides information about an operator listed in the Expression Editor.
ParameterInfoProvides information about a parameter listed in the Expression Editor.

Interfaces

NameDescription
IAutoCompleteItemsProviderIf implemented, enables you to obtain the list of suggestions corresponding to a specific part of an expression.
IColumnDynamicProviderProvides information about data columns which becomes available only at runtime (as is the case with recurrent data fields in a report’s XtraReportBase.DataSource)
ICriteriaOperatorValidatorProviderIf implemented, enables you to access the criteria validator assigned to an Expression Editor.
IExpressionEditorColorProviderIf implemented, provides a color scheme for painting expression elements in the Expression Editor.
IExpressionEditorPresenterIf implemented, provides the Presenter functionality to an Expression Editor.
IExpressionEditorViewIf implemented, provides the View functionality to an Expression Editor.

Enums

NameDescription
AutoCompleteItemKindLists the items for which automatic completion is available in the Expression Editor.
ExpressionElementKindLists the elements of an expression available in the Expression Editor.