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.v20.2.dll

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

Declaration

public object Item { get; }

Property Value

Type Description
Object

An object that represents the currently processed Accordion item.

See Also