Back to Devexpress

NavBarControl.GroupExpanded Event

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-c9289a1e.md

latest1.8 KB
Original Source

NavBarControl.GroupExpanded Event

Fires immediately after a group has been expanded.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public event NavBarGroupEventHandler GroupExpanded
vb
Public Event GroupExpanded As NavBarGroupEventHandler

Event Data

The GroupExpanded 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 immediately after a group has been expanded either by the end-user or via code. Note that the event serves only as a notification and you cannot cancel the action. This event parameter’s NavBarGroupEventArgs.Group property identifies the expanded group.

See Also

ActiveGroupChanged

GroupCollapsed

Expanded

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace