Skip to main content
Tab

ASPxAutoCompleteBoxBase.ItemStyle Property

Gets the style settings for all items in the editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public ListBoxItemStyle ItemStyle { get; }

#Property Value

Type Description
ListBoxItemStyle

A ListBoxItemStyle object that contains style settings.

#Remarks

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

See Also