Skip to main content
A newer version of this page is available. .
Tab

EditorStyles.ListBoxFilter Property

Gets the style settings that define the appearance of the filter area in the list box.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public virtual AppearanceStyle ListBoxFilter { get; }

Property Value

Type Description
AppearanceStyle

A AppearanceStyle object that contains the style settings.

Remarks

ASPxListBox-FilterEditor

See Also