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

AutoCompleteItem(String, String, AutoCompleteItemKind) Constructor

Initializes a new instance of the AutoCompleteItem class with the specified settings.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v18.2.dll

Declaration

public AutoCompleteItem(
    string value,
    string description,
    AutoCompleteItemKind itemKind
)

Parameters

Name Type Description
value String

A String value. This value is assigned to the AutoCompleteItem.Value property.

description String

A String value. This value is assigned to the AutoCompleteItem.Description property.

itemKind AutoCompleteItemKind

An AutoCompleteItemKind enumeration value. This value is assigned to the AutoCompleteItem.ItemKind property.

See Also