AutoCompleteItemKind Enum
Lists the items for which automatic completion is 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 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