aspnet-devexpress-dot-web-6dc6a6fe.md
Provides data for events which concern manipulations on items.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class NavBarItemEventArgs :
EventArgs
Public Class NavBarItemEventArgs
Inherits EventArgs
NavBarItemEventArgs is the data class for the following events:
Objects of the NavBarItemEventArgs type are used as arguments for the ASPxNavBar.ItemClick and ASPxNavBar.ItemDataBound events generated on the server side.
NavBarItemEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
Object EventArgs NavBarItemEventArgs BootstrapAccordionItemEventArgs
See Also