Skip to main content
Tab

NavBarItemCommandEventArgs.Item Property

Gets an item object related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public NavBarItem Item { get; }

Property Value

Type Description
NavBarItem

A NavBarItem object, manipulations on which forced the event to be raised.

Remarks

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

See Also