Skip to main content

AccordionCustomItemFilterEventArgs.SearchText Property

Gets the search criteria.

Namespace: DevExpress.Xpf.Accordion

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

NuGet Package: DevExpress.Wpf.Accordion

Declaration

public string SearchText { get; }

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