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