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.SourceLink Property

Gets the NavBar link which is being dragged at the moment.

#Declaration

Delphi
property SourceLink: TdxNavBarItemLink read;

#Property Value

Type
TdxNavBarItemLink

#Remarks

The SourceLink property is initialized each time a link is pressed. The TdxNavBarItemLink object representing the pressed link is assigned to it. When performing drag & drop operations, you can use the SourceLink property to determine the link being dragged at the moment.

See Also