Skip to main content

CollectionItemEventArgs.Item Property

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public object Item { get; }

Property Value

Type Description
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