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

AutoCompleteItem.Value Property

Specifies the value of a suggested automatic completion item added to an expression on selecting this item.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public string Value { get; set; }

Property Value

Type Description
String

A String value.

See Also