A newer version of this page is available.
Switch to the current version.
AutoCompleteItemKind Enum
Lists the items for which automatic completion is available in the Expression Editor.
Namespace: DevExpress.Data.Controls.ExpressionEditor
Assembly: DevExpress.Data.v18.2.dll
Declaration
Members
Name | Description |
---|---|
Column | The item is a data column. |
Parameter | The item is a parameter. |
Function | The item is a function. |
Operator | The item is an operator. |
Related API Members
The following properties accept/return AutoCompleteItemKind values:
Remarks
For a code sample, see the following example online: How to customize the Expression Editor.
See Also
Feedback