Skip to main content

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

NuGet Package: DevExpress.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