Skip to main content

ASPxClientNavBarGroupClickEventArgs Class

Provides data for events which concern clicking on the control’s group headers.

#Declaration

TypeScript
declare class ASPxClientNavBarGroupClickEventArgs extends ASPxClientNavBarGroupCancelEventArgs

#Remarks

Objects of the ASPxClientNavBarGroupClickEventArgs type are used as arguments for the ASPxClientNavBar.HeaderClick event generated on the client side.

ASPxClientNavBarGroupClickEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

See Also