Skip to main content

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

NuGet Package: DevExpress.Data

Declaration

public string Value { get; set; }

Property Value

Type Description
String

A String value.

See Also