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

ListBoxProperties.FilterEditorStyle Property

Gets the style settings which define a filter editor appearance in the list box.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public AppearanceStyle FilterEditorStyle { get; }

Property Value

Type Description
AppearanceStyle

An AppearanceStyle object that contains the style settings.

Remarks

ASPxListBox-FilterEditor

See Also