Skip to main content

TreeListHitInfo.MousePoint Property

Gets the coordinates of the point under the mouse cursor relative to the Tree List control.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public Point MousePoint { get; }

Property Value

Type Description
Point

A Point object specifying the mouse cursor’s position relative to the upper left corner of a Tree List control.

Remarks

This property can be used for handling a dragging operation within the Tree List, when it is necessary to determine the direction and distance of the drag.

See Also