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

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.v19.1.dll

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