ASPxListBox.ItemStyle Property
In This Article
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 |
---|---|
List |
A List |
#Remarks
This property is a wrapper of the ListEditProperties.Items property.
See Also