Skip to main content
A newer version of this page is available. .

AutoCompleteItemsProvider Class

Enables you to obtain the list of suggestions corresponding to a specific part of an expression.

Namespace: DevExpress.DataAccess.ExpressionEditor

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public class AutoCompleteItemsProvider :
    IAutoCompleteItemsProvider

Remarks

For a code sample, see the following example online: How to customize the Expression Editor.

Inheritance

Object
AutoCompleteItemsProvider
See Also