Back to Devexpress

TdxCustomNavBar.SourceItem Property

vcl-dxnavbar-dot-tdxcustomnavbar-6a958e9b.md

latest892 B
Original Source

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

Internal and External Drag & Drop Operations

TdxCustomNavBar Class

TdxCustomNavBar Members

dxNavBar Unit