Skip to main content

TdxBarManager.DraggingItemLink Property

Specifies the item link of the item control that is being dragged.

Declaration

property DraggingItemLink: TdxBarItemLink read; write;

Property Value

Type
TdxBarItemLink

Remarks

A bar manager’s item can have several item controls, which can be accessed via the item’s links. Use the DraggingItemLink property to specify the item link of the item control that is being dragged. This property is used internally.

To specify directly the item whose control is being dragged use the DraggingItem property.

To determine whether the current bar manager’s item is being dragged use the Dragging property.

See Also