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

IAutoCompleteItemsProvider Interface

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

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public interface IAutoCompleteItemsProvider

The following members return IAutoCompleteItemsProvider objects:

Remarks

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

See Also