Skip to main content

AccordionCustomItemFilterEventArgs.PassesFilter(String) Method

Checks whether the specified string meets filter criteria.

Namespace: DevExpress.Xpf.Accordion

Assembly: DevExpress.Xpf.Accordion.v23.2.dll

NuGet Package: DevExpress.Wpf.Accordion

Declaration

public bool PassesFilter(
    string text
)

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