Skip to main content
A newer version of this page is available. .
Tab

NavBarGroupEventArgs Class

Provides data for events which concern manipulations on groups.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public class NavBarGroupEventArgs :
    EventArgs

Remarks

Objects of the NavBarGroupEventArgs type are used as arguments for the ASPxNavBar.ExpandedChanged and ASPxNavBar.GroupDataBound events generated on the server side.

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

See Also