IAutoCompleteItemsProvider Interface
In This Article
If implemented, enables you to obtain the list of suggestions corresponding to a specific part of an expression.
Namespace: DevExpress.Data.Controls.ExpressionEditor
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Related API Members
The following members return IAutoCompleteItemsProvider objects:
#Remarks
For a code sample, see the following example online: How to customize the Expression Editor.
See Also