dxNavBarDragObject Variable
Contains a NavBar control’s drag object used in drag operation management.
Declaration
var dxNavBarDragObject: TdxNavBarDragObject;
Variable Value
Type |
---|
TdxNavBarDragObject |
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