Back to Devexpress

ItemAddingEventArgs.Item Property

wpf-devexpress-dot-xpf-dot-navbar-dot-itemaddingeventargs.md

latest1.2 KB
Original Source

ItemAddingEventArgs.Item Property

Gets an item object related to the event.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public NavBarItem Item { get; }
vb
Public ReadOnly Property Item As NavBarItem

Property Value

TypeDescription
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

SourceObject

ItemAddingEventArgs Class

ItemAddingEventArgs Members

DevExpress.Xpf.NavBar Namespace