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

AccordionCustomItemFilterEventArgs.Item Property

Gets the currently processed Accordion item.

Namespace: DevExpress.Xpf.Accordion

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

NuGet Package: DevExpress.Wpf.Accordion

Declaration

public object Item { get; }

Property Value

Type Description
Object

An object that represents the currently processed Accordion item.

See Also