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

ListBoxProperties.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

Use the FilteringSettings property to access and customize the filtering settings that relate to the editor.

Note

The FilteringSettings property synchronizes its value with the editor’s ASPxListBox.FilteringSettings property.

Online demos:

See Also