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

TdxCustomNavBar.OnLinkPress Event

In This Article

Fires when a NavBar link is pressed.

#Declaration

Delphi
property OnLinkPress: TdxNavBarLinkEvent read; write;

#Remarks

Write an OnLinkPress event handler to determine which NavBar link has just been pressed. The event is fired when mouse is over a link and the end-user presses a mouse button without releasing it.

The Sender parameter references the NavBar control.

The ALink parameter specifies an object of the TdxNavBarItemLink type which represents the pressed NavBar link.

See Also