Skip to main content

AccordionCustomItemFilterEventArgs.Item Property

Gets the currently processed Accordion item.

Namespace: DevExpress.Xpf.Accordion

Assembly: DevExpress.Xpf.Accordion.v23.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