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

AutoCompleteBoxPropertiesBase.ItemStyle Property

Gets the style settings for all items in the editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ListBoxItemStyle ItemStyle { get; }

Property Value

Type Description
ListBoxItemStyle

A ListBoxItemStyle object that contains style settings.

Remarks

Note

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

See Also