dxNavBarDragObject Variable
In This Article
Contains a NavBar control’s drag object used in drag operation management.
#Declaration
Delphi
var dxNavBarDragObject: TdxNavBarDragObject;
#Variable Value
Type |
---|
Tdx |
#Remarks
The drag object stores state information about the current drag & drop action. Refer to the Drag & Drop Operations topic for details on how to use this object.
See Also