Skip to main content

TdxNavBarDragObject.SourceItem Property

Represents an item whose corresponding link is being dragged during a drag & drop operation.

Declaration

property SourceItem: TdxNavBarItem read;

Property Value

Type
TdxNavBarItem

Remarks

Read the SourceItem property to identify a TdxNavBarItem object to which the link being currently dragged corresponds. Note that the fAllowDragLink flag should be active to enable link dragging. This flag can be accessed via the NavBar control’s OptionsBehavior.Common.DragDropFlags property.

See Also