HintSettings.Y Property
Gets or sets the Y coordinate.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
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