Skip to main content
Tab

ASPxListBox.ItemStyle Property

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

See Also