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

AutoCompleteItem.Description Property

Specifies the description of a suggested automatic completion item displayed in a corresponding tool tip.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public string Description { get; set; }

Property Value

Type Description
String

A String value.

See Also