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

HamburgerMenuSelectedItemChangedEventArgs.OldItem Property

Gets the previously selected item.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v19.2.dll

Declaration

public object OldItem { get; }

Property Value

Type Description
Object

An object that represents the item that was previously selected.

See Also