ASPxListBox.FilteringSettings Property
Gets the editor’s filtering settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.2.dll
NuGet Package: DevExpress.Web
Declaration
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