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

ValueToolTipPosition Enum

Specifies the value tooltip position within an editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum ValueToolTipPosition

Members

Name Description
None

A value tooltip is not displayed.

ValueToolTipPosition_None

RightOrBottom

A value tooltip is displayed at the editor’s right (for the vertical orientation) or bottom (for the horizontal orientation).

ValueToolTipPosition_RightOrBottom

LeftOrTop

A value tooltip is displayed at the editor’s left (for the vertical orientation) or top (for the horizontal orientation).

ValueToolTipPosition_LeftOrTop

Related API Members

The following properties accept/return ValueToolTipPosition values:

Remarks

The ValueToolTipPosition enumerator contains values specifying the position of the value tooltip within an editor. Note that for LeftOrTop and RightOrBottom values, the position depends on editor orientation. The orientation is specified via the ASPxTrackBar.Orientation property.

The values of this enumerator are used to set the ASPxTrackBar.ValueToolTipPosition and TrackBarProperties.ValueToolTipPosition properties.

See Also