Skip to main content

TdxNavBarDragObject.NavBar Property

Represents the NavBar control involved in a drag & drop operation.

Declaration

property NavBar: TdxCustomNavBar read;

Property Value

Type
TdxCustomNavBar

Remarks

Read the NavBar property to determine the NavBar control involved in the current drag & drop operation. This property is initialized with the specific value at the time of TdxNavBarDragObject creation.

See Also