ListBoxProperties.FilteringSettings Property
In This Article
Gets the editor’s filtering settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ListBoxFilteringSettings FilteringSettings { get; }
#Property Value
Type | Description |
---|---|
List |
A List |
#Remarks
Use the FilteringSettings property to access and customize the filtering settings that relate to the editor.
Note
The Filtering
Online demos:
See Also