Back to Devexpress

CollectionItemEventArgs.Item Property

windowsforms-devexpress-dot-xtranavbar-dot-collectionitemeventargs.md

latest2.1 KB
Original Source

CollectionItemEventArgs.Item Property

Gets the item whose changes invoked the Collection.CollectionItemChanged event.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

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

Property Value

TypeDescription
Object

An object representing the item whose property changes caused the Collection.CollectionItemChanged event to fire.

|

Remarks

The returned object can be of either type NavBarGroup, NavBarItem or NavBarItemLink. This depends on the collection type. The listed types correspond to the NavGroupCollection, NavItemCollection and NavLinkCollection collections.

See Also

ItemChanged

NavBarGroup

NavBarItem

NavBarItemLink

CollectionItemEventArgs Class

CollectionItemEventArgs Members

DevExpress.XtraNavBar Namespace