Back to Devexpress

AutoCompleteBoxPropertiesBase.ListBoxStyle Property

aspnet-devexpress-dot-web-dot-autocompleteboxpropertiesbase-41c5e3f4.md

latest1.3 KB
Original Source

AutoCompleteBoxPropertiesBase.ListBoxStyle Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public AppearanceStyleBase ListBoxStyle { get; }
vb
Public ReadOnly Property ListBoxStyle As AppearanceStyleBase

Property Value

TypeDescription
AppearanceStyleBase

An AppearanceStyleBase object containing style settings.

|

Remarks

Note

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

See Also

AutoCompleteBoxPropertiesBase Class

AutoCompleteBoxPropertiesBase Members

DevExpress.Web Namespace