AccordionCustomItemFilterEventArgs.SearchText Property
Gets the search criteria.
Namespace: DevExpress.Xpf.Accordion
Assembly: DevExpress.Xpf.Accordion.v24.1.dll
NuGet Package: DevExpress.Wpf.Accordion
Declaration
Property Value
Type | Description |
---|---|
String | A string value that represents the current search criteria. |
Remarks
Filter criteria are built based on the AccordionControl.SearchControlFilterCondition property.
Use the AccordionCustomItemFilterEventArgs.PassesFilter method to determine whether the specified string meets filter criteria.
See Also