aspnet-devexpress-dot-web-dot-aspxhint-e7399a38.md
Gets or sets the X coordinate.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(-1)]
public int X { get; set; }
<DefaultValue(-1)>
Public Property X As Integer
| Type | Default | Description |
|---|---|---|
| Int32 | -1 |
An integer value that is the X coordinate.
|
To show a hint at the specified coordinates on a browser window, use the X and ASPxHint.Y properties.
<dx:ASPxHint ID="ASPxHint1" Selector=".class_name" Content="Hint Content" X="10" Y="10" runat="server"></dx:ASPxHint>
When the ASPxHint.Y and X properties are used, the ASPxHint.Position property defines the hint position relative to the specified position on the browser window.
See Also