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

AccordionItem.SetSearchTag(DependencyObject, String) Method

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

Namespace: DevExpress.Xpf.Accordion

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Accordion, DevExpress.Wpf.Navigation

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