Back to Devexpress

ASPxHint.Y Property

aspnet-devexpress-dot-web-dot-aspxhint-5f39debe.md

latest1.6 KB
Original Source

ASPxHint.Y Property

Gets or sets the Y coordinate.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(-1)]
public int Y { get; set; }
vb
<DefaultValue(-1)>
Public Property Y As Integer

Property Value

TypeDefaultDescription
Int32-1

An integer value that is the Y coordinate.

|

Remarks

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

aspx
<dx:ASPxHint ID="ASPxHint1" Selector=".class_name" Content="Hint Content" X="10" Y="10" runat="server"></dx:ASPxHint>

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

See Also

Hint Control

How to: Specify Hint Position

ASPxHint Class

ASPxHint Members

DevExpress.Web Namespace