TdxNavBarDragObject.SourceLink Property
Represents a link being dragged during drag & drop operations.
Declaration
property SourceLink: TdxNavBarItemLink read;
Property Value
Type |
---|
TdxNavBarItemLink |
Remarks
Read the SourceLink property to identify the TdxNavBarItemLink object which is currently being dragged. 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