Skip to main content

HintSettings.X Property

Gets or sets the X coordinate.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int X { get; set; }

Property Value

Type Description
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