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

ASPxListBox.ItemStyle Property

Gets the style settings for all items within 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

This property is a wrapper of the ListEditProperties.Items property.

See Also