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

ExpressionEditorContext.AutoCompleteItemsProvider Property

Specifies an object providing a list of items suggested for automatic completion in the Expression Editor.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v19.1.dll

Declaration

public IAutoCompleteItemsProvider AutoCompleteItemsProvider { get; set; }

Property Value

Type Description
IAutoCompleteItemsProvider

An object implementing the IAutoCompleteItemsProvider interface.

See Also