aspnet-devexpress-dot-web-2ad2ae2d.md
Provides data for cancellable events which concern manipulations on groups.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class NavBarGroupCancelEventArgs :
NavBarGroupEventArgs
Public Class NavBarGroupCancelEventArgs
Inherits NavBarGroupEventArgs
NavBarGroupCancelEventArgs is the data class for the following events:
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.
Object EventArgs NavBarGroupEventArgs NavBarGroupCancelEventArgs BootstrapAccordionGroupCancelEventArgs
See Also