AccordionItem.SetSearchTag(DependencyObject, String) Method
Sets the AccordionItem.SearchTag property value for the specified object.
Namespace: DevExpress.Xpf.Accordion
Assembly: DevExpress.Xpf.Accordion.v24.1.dll
NuGet Package: DevExpress.Wpf.Accordion
Declaration
Parameters
Name | Type | Description |
---|---|---|
element | DependencyObject | An object for which the AccordionItem.SearchTag property is set. |
value | String | A String value. |
Remarks
An object whose search tag matches filter criteria is included in the search results.
See Also