AutoCompleteItem.ItemKind Property
Indicates the kind of an item for which automatic code completion is available.
Namespace: DevExpress.Data.Controls.ExpressionEditor
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
AutoCompleteItemKind | An AutoCompleteItemKind enumeration value. |
Available values:
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. |
See Also