ASPxListBox.FilteringSettings Property
Gets the editor’s filtering settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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