Skip to main content
A newer version of this page is available. .

AccordionCustomItemFilterEventArgs.SearchText Property

Gets the search criteria.

Namespace: DevExpress.Xpf.Accordion

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

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