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

AutoCompleteBoxPropertiesBase.ListBoxStyle Property

Gets the style settings that define the appearance of the editor’s dropdown list.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public AppearanceStyleBase ListBoxStyle { get; }

Property Value

Type Description
AppearanceStyleBase

An AppearanceStyleBase object containing style settings.

Remarks

Note

The ListBoxStyle property synchronizes its value with the editor’s ASPxAutoCompleteBoxBase.ListBoxStyle property.

See Also