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

HamburgerMenuSelectedItemChangedEventArgs.NewItem Property

Gets the item that has been selected.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public object NewItem { get; }

Property Value

Type Description
Object

An object that represents the item that has been selected.

See Also