Skip to main content
Tab

ASPxListBox.FilteringSettings Property

Gets the editor’s filtering settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.1.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