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

AccordionItemExpandedEventArgs.Item Property

Returns the Accordion item that has been expanded.

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 expanded Accordion item.

See Also