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