Back to Devexpress

ASPxListBox.ItemStyle Property

aspnet-devexpress-dot-web-dot-aspxlistbox-f3ef10e3.md

latest1.2 KB
Original Source

ASPxListBox.ItemStyle Property

Gets the style settings for all items within the editor.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ListBoxItemStyle ItemStyle { get; }
vb
Public ReadOnly Property ItemStyle As ListBoxItemStyle

Property Value

TypeDescription
ListBoxItemStyle

A ListBoxItemStyle object that contains style settings.

|

Remarks

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

See Also

List Box

ASPxListBox Class

ASPxListBox Members

DevExpress.Web Namespace