Skip to main content
All docs
V23.2

DxHtmlElementMouseEventArgs.Y Property

Returns the Y coordinate of a mouse pointer.

Namespace: DevExpress.Utils.Html

Assembly: DevExpress.Data.Desktop.v23.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

public int Y { get; }

Property Value

Type Description
Int32

The Y coordinate of a mouse pointer.

See Also