Back to Devexpress

HintPosition Enum

aspnet-devexpress-dot-web-2896fe11.md

latest1.7 KB
Original Source

HintPosition Enum

Lists values that specify the hint’s position relative to the target element.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum HintPosition
vb
Public Enum HintPosition

Members

NameDescription
Top

A hint is displayed at the top side of the UI element.

| | Right |

A hint is displayed at the right side of the UI element.

| | Bottom |

A hint is displayed at the bottom side of the UI element.

| | Left |

A hint is displayed at the left side of the UI element.

|

The following properties accept/return HintPosition values:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxHint.Position
ASP.NET MVC ExtensionsHintSettings.Position

See Also

Hint Control

How to: Specify Hint Position

DevExpress.Web Namespace