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

Gets the NavBar item whose corresponding link is being dragged at the moment.

#Declaration

Delphi
property SourceItem: TdxNavBarItem read;

#Property Value

Type
TdxNavBarItem

#Remarks

When a link is pressed, the SourceItem property is initialized with the TdxNavBarItem object representing the corresponding item. You can use this property to identify the item corresponding to the link being dragged when performing links drag & drop.

See Also