Skip to main content
Tab

EditorStyles.ListBoxItem Property

Gets the style settings that define the appearance of a list editor’s items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual ListBoxItemStyle ListBoxItem { get; }

Property Value

Type Description
ListBoxItemStyle

A ListBoxItemStyle object that contains the style settings.

See Also