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

TdxNavBarGroup.OnTopVisibleLinkChanged Event

In This Article

Occurs after the top visible link has been changed within a group.

#Declaration

Delphi
property OnTopVisibleLinkChanged: TNotifyEvent read; write;

#Remarks

Handle this event to perform specific actions immediately after the top visible link has been changed within a group.

There are two things that will cause the event to fire:

  • An end-user clicks scroll buttons to scroll the group’s client area when links don’t fit inside it.

  • The group’s TopVisibleLinkIndex property value is changed via code.

See Also