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.v24.1.dll
NuGet Package: DevExpress.Data
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