Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

OfficeNavigationBar.ItemClick Event

Fires when an item is clicked.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Behavior")]
public event NavigationBarItemClickEventHandler ItemClick

#Event Data

The ItemClick event's data class is DevExpress.XtraBars.Navigation.NavigationBarItemEventArgs.

#Remarks

Handle the ItemClick event to respond to item clicking.

The OfficeNavigationBar supports two types of items:

The ItemClick event fires when clicking both NavigationBarItem and ClientNavigationBarItem items.

See Also