DevExpress.Data.Controls.ExpressionEditor Namespace
In This Article
Contains classes and interfaces enabling you to customize the Expression Editor in WinForms applications.
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Classes
Name | Description |
---|---|
Auto |
Enables customization of Expression Editor items for which automatic completion is available. |
Column |
Provides information about a data column listed in the Expression Editor. |
Constant |
Provides information about a static constant listed in the Expression Editor. |
Expression |
Enables customization of the Expression Editor. |
Expression |
The Expression Editor model. |
Expression |
Enables additional customization of the Expression Editor. |
Expression |
Provides the Presenter functionality to an Expression Editor. |
Expression |
Enables you to launch the Expression Editor in your application at runtime with the specified settings. |
Function |
Provides information about a function listed in the Expression Editor. |
Item |
The base for classes that provide functionality to Expression Editor items (such as constants, functions and data columns). |
Operator |
Provides information about an operator listed in the Expression Editor. |
Parameter |
Provides information about a parameter listed in the Expression Editor. |
#Interfaces
Name | Description |
---|---|
IAuto |
If implemented, enables you to obtain the list of suggestions corresponding to a specific part of an expression. |
IColumn |
Provides information about data columns which becomes available only at runtime (as is the case with recurrent data fields in a report’s Xtra |
ICriteria |
If implemented, enables you to access the criteria validator assigned to an Expression Editor. |
IExpression |
If implemented, provides a color scheme for painting expression elements in the Expression Editor. |
IExpression |
If implemented, provides the Presenter functionality to an Expression Editor. |
IExpression |
If implemented, provides the View functionality to an Expression Editor. |
#Enums
Name | Description |
---|---|
Auto |
Lists the items for which automatic completion is available in the Expression Editor. |
Expression |
Lists the elements of an expression available in the Expression Editor. |