Skip to main content
All docs
V25.1
  • DxHtmlElementMouseEventArgs.X Property

    Returns the X coordinate of a mouse pointer.

    Namespace: DevExpress.Utils.Html

    Assembly: DevExpress.Data.Desktop.v25.1.dll

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

    Declaration

    public int X { get; }

    Property Value

    Type Description
    Int32

    The X coordinate of a mouse pointer.

    See Also