Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Member Tables: User Interaction

Member Description
NavBarControl.LinkClicked Fires immediately after a link has been clicked.
NavBarControl.LinkPressed Fires immediately after a link has been pressed.
NavBarItem.LinkClicked Fires immediately after the current item has been clicked.
NavBarItem.LinkPressed Fires immediately after an end-user pressed the current item.
Member Description
NavBarControl.LinkSelectionMode Specifies whether link selection is enabled and whether each group or only one group can contain a selected link simultaneously.
NavBarControl.SelectedLink Specifies the currently selected link.
NavBarGroup.SelectedLink Specifies the currently selected link within the current group.
NavBarControl.SelectedLinkChanged Allows you to respond to selecting links.

#Obtain Hit Information

Member Short description
NavBarControl.CalcHitInfo Used to determine control elements at a specific point of the control.
NavBarControl.State Indicates the current control’s state.
NavBarGroup.State Indicates the group’s state.
NavBarItemLink.State Indicates the link’s state.