ExpressionElementKind Enum
Lists the elements of an expression available in the Expression Editor.
Namespace: DevExpress.Data.Controls.ExpressionEditor
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Members
Name | Description |
---|---|
Column
|
The expression element is a data column. |
Constant
|
The expression element is a static constant. |
Function
|
The expression element is a function. |
Operator
|
The expression element is an operator. |
Group
|
The expression element is a group of items. |
Error
|
The expression element is an error. |
Parenthesis
|
Remarks
For a code sample, see the following example online: How to customize the Expression Editor.
See Also