AccordionCustomItemFilterEventArgs.PassesFilter(String) Method
Checks whether the specified string meets filter criteria.
Namespace: DevExpress.Xpf.Accordion
Assembly: DevExpress.Xpf.Accordion.v25.1.dll
NuGet Package: DevExpress.Wpf.Accordion
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| text | String | A String value. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the text value meets filter criteria; otherwise, false. |
Remarks
Filter criteria are built based on the AccordionControl.SearchControlFilterCondition property and text parameter values.
Use the PassesFilter method to determine whether the specified string meets filter criteria.
See Also