ExpressionEditorContext.AutoCompleteItemsProvider Property
Specifies an object providing a list of items suggested for automatic completion in the Expression Editor.
Namespace: DevExpress.Data.Controls.ExpressionEditor
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
IAutoCompleteItemsProvider | An object implementing the IAutoCompleteItemsProvider interface. |
See Also