Skip to main content
Tab

ASPxAutoCompleteBoxBase.ListBoxStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public AppearanceStyleBase ListBoxStyle { get; }

Property Value

Type Description
AppearanceStyleBase

An AppearanceStyleBase object containing style settings.

Remarks

This property is a wrapper of the AutoCompleteBoxPropertiesBase.ListBoxStyle property.

See Also