Skip to main content
A newer version of this page is available. .

DockItemDraggingEventArgs.ScreenPoint Property

Gets or sets the current point at which the item is being dragged.

Namespace: DevExpress.Xpf.Docking.Base

Assembly: DevExpress.Xpf.Docking.v18.2.dll

Declaration

public Point ScreenPoint { get; }

Property Value

Type Description
Point

A Point structure that specifies the point where the item is being dragged.

See Also