Back to Devexpress

NodeClickEventArgs.Point Property

windowsforms-devexpress-dot-xtratreelist-dot-nodeclickeventargs.md

latest1.5 KB
Original Source

NodeClickEventArgs.Point Property

Gets the mouse pointer’s location.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Point Point { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property Point As Point

Property Value

TypeDescription
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

Node

NodeClickEventArgs Class

NodeClickEventArgs Members

DevExpress.XtraTreeList Namespace