Skip to main content
A newer version of this page is available. .
Tab

HintPosition Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum HintPosition

Members

Name Description
Top

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

ASPxHint-HintTop

Right

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

ASPxHint-HintRight

Bottom

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

ASPxHint-HintBottom

Left

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

ASPxHint-HintLeft

Related API Members

The following properties accept/return HintPosition values:

See Also