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

NavBarGroup.Click Event

Fires immediately after an end-user clicks the current group’s header.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v18.2.dll

Declaration

public event EventHandler Click

Event Data

The Click event's data class is EventArgs.

Remarks

If a NavBarGroup was activated via a click at runtime, a NavBarGroup.Command is executed and the NavBarGroup.Activate and Click events fire. If an end-user clicks an already active group, the NavBarGroup.Activate event is skipped.

To perform actions when an end user clicks an item within the NavBarGroup, handle the NavBarItem.Click event or use the NavBarItem.Command property instead. The Click event does not occur when an end-user clicks the group’s Expand/Collapse button.

See Also