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

AccordionSelectedItemChangedEventArgs.NewItem Property

Gets the item that has been selected.

Namespace: DevExpress.Xpf.Accordion

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

NuGet Package: DevExpress.Wpf.Accordion

Declaration

public object NewItem { get; }

Property Value

Type Description
Object

An AccordionItem that has been selected.

See Also