Back to Devexpress

HintSettings.Y Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-hintsettings-9b6217ed.md

latest1.3 KB
Original Source

HintSettings.Y Property

Gets or sets the Y coordinate.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
Int32

An integer value that is the Y coordinate.

|

Remarks

To specify the precise coordinates of the hint, use the Y and HintSettings.X properties.

When the HintSettings.X and 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