Skip to main content

NavBarControl.GroupCollapsed Event

Fires immediately after a group has been collapsed.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public event NavBarGroupEventHandler GroupCollapsed

Event Data

The GroupCollapsed event's data class is NavBarGroupEventArgs. The following properties provide information specific to this event:

Property Description
Group Gets a group for which the event is fired.

Remarks

This event is raised after a group has been collapsed by the end-user or via code. Note that it provides only a notification and you cannot cancel the action. The event parameter’s NavBarGroupEventArgs.Group property identifies the collapsed group.

See Also