Back to Devexpress

HintSettings.X Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-hintsettings-d6241efb.md

latest1.3 KB
Original Source

HintSettings.X Property

Gets or sets the X coordinate.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public int X { get; set; }
vb
Public Property X As Integer

Property Value

TypeDescription
Int32

An integer value that is the X coordinate.

|

Remarks

To show a hint at the specified coordinates on a browser window, use the X and HintSettings.Y properties.

When the X and HintSettings.Y properties are used, the HintSettings.Position property defines the hint position relative to the specified X/Y coordinates on the browser window.

See Also

HintSettings Class

HintSettings Members

DevExpress.Web.Mvc Namespace