Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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