Skip to main content

AccordionItem.SetSearchTag(DependencyObject, String) Method

Sets the AccordionItem.SearchTag property value for the specified object.

Namespace: DevExpress.Xpf.Accordion

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

NuGet Package: DevExpress.Wpf.Accordion

Declaration

public static void SetSearchTag(
    DependencyObject element,
    string value
)

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