AutoCompleteItemsProvider Class
In This Article
Enables you to obtain the list of suggestions corresponding to a specific part of an expression.
Namespace: DevExpress.DataAccess.ExpressionEditor
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public class AutoCompleteItemsProvider :
IAutoCompleteItemsProvider
#Remarks
For a code sample, see the following example online: How to customize the Expression Editor.
#Implements
See Also