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

AccordionSelectedItemChangedEventArgs.OldItem Property

Gets the previously selected item.

Namespace: DevExpress.Xpf.Accordion

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

NuGet Package: DevExpress.Wpf.Accordion

Declaration

public object OldItem { get; }

Property Value

Type Description
Object

An AccordionItem that was previously selected.

See Also