Skip to main content
Tab

ListBoxProperties.ItemStyle Property

Gets the style settings for all items within the editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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 ASPxListBox.ItemStyle property.

See Also