Skip to main content
Tab

EditorStyles.ListBox Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual AppearanceStyleBase ListBox { get; }

Property Value

Type Description
AppearanceStyleBase

An AppearanceStyleBase object containing the style settings.

See Also