Back to Devexpress

NavBarControl.GroupCollapsed Event

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-438d3d56.md

latest1.8 KB
Original Source

NavBarControl.GroupCollapsed Event

Fires immediately after a group has been collapsed.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public event NavBarGroupEventHandler GroupCollapsed
vb
Public Event GroupCollapsed As NavBarGroupEventHandler

Event Data

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

PropertyDescription
GroupGets 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

ActiveGroupChanged

Expanded

GroupExpanded

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace