TdxCustomNavBar.SourceItem Property
Gets the NavBar item whose corresponding link is being dragged at the moment.
Declaration
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