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