Skip to main content

ItemAddingEventArgs.Item Property

Gets an item object related to the event.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v23.2.dll

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public NavBarItem Item { get; }

Property Value

Type Description
NavBarItem

A NavBarItem object being added to the NavBar control.

Remarks

The Item property represents a NavBarItem object concerned with raising the event.

See Also