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

ASPxListBox.FilteringSettings Property

Gets the editor’s filtering settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ListBoxFilteringSettings FilteringSettings { get; }

Property Value

Type Description
ListBoxFilteringSettings

A ListBoxFilteringSettings object that contains the editor’s filtering settings.

Remarks

This property is a wrapper of the ListBoxProperties.FilteringSettings property.

See Also