Back to Devexpress

ToolboxDragItemMoveEventArgs.Location Property

windowsforms-devexpress-dot-xtratoolbox-dot-toolboxdragitemmoveeventargs-de2719f2.md

latest1.3 KB
Original Source

ToolboxDragItemMoveEventArgs.Location Property

Gets the location of the mouse during the mouse generating event.

Namespace : DevExpress.XtraToolbox

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public Point Location { get; }
vb
Public ReadOnly Property Location As Point

Property Value

TypeDescription
Point

A Point structure that contains the x- and y- mouse coordinates, in pixels, relative to the upper-left corner of the screen.

|

See Also

ToolboxDragItemMoveEventArgs Class

ToolboxDragItemMoveEventArgs Members

DevExpress.XtraToolbox Namespace