Back to Devexpress

Member Tables: User Interaction

windowsforms-1713-controls-and-libraries-navigation-controls-navigation-bar-member-tables-member-tables-user-interaction.md

latest2.0 KB
Original Source

Member Tables: User Interaction

  • Jan 16, 2025
MemberDescription
NavBarControl.LinkClickedFires immediately after a link has been clicked.
NavBarControl.LinkPressedFires immediately after a link has been pressed.
NavBarItem.LinkClickedFires immediately after the current item has been clicked.
NavBarItem.LinkPressedFires immediately after an end-user pressed the current item.
MemberDescription
NavBarControl.LinkSelectionModeSpecifies whether link selection is enabled and whether each group or only one group can contain a selected link simultaneously.
NavBarControl.SelectedLinkSpecifies the currently selected link.
NavBarGroup.SelectedLinkSpecifies the currently selected link within the current group.
NavBarControl.SelectedLinkChangedAllows you to respond to selecting links.

Obtain Hit Information

MemberShort description
NavBarControl.CalcHitInfoUsed to determine control elements at a specific point of the control.
NavBarControl.StateIndicates the current control’s state.
NavBarGroup.StateIndicates the group’s state.
NavBarItemLink.StateIndicates the link’s state.