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

NodeClickEventArgs.Point Property

Gets the mouse pointer’s location.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[Browsable(false)]
public Point Point { get; }

Property Value

Type Description
Point

A Point structure that contains the current mouse pointer’s location.

Remarks

The point coordinates are represented in pixels relative to the Tree List’s top-left corner.

See Also