Skip to main content

NodeClickEventArgs.Point Property

Gets the mouse pointer’s location.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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