NavBarGroupCancelEventArgs Class
Provides data for cancellable events which concern manipulations on groups.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Remarks
Objects of the NavBarGroupCancelEventArgs type are used as arguments for the ASPxNavBar.ExpandedChanging and ASPxNavBar.HeaderClick events which are generated on the server side.
NavBarGroupCancelEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
Inheritance
Object
EventArgs
NavBarGroupEventArgs
NavBarGroupCancelEventArgs
See Also