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

TrackBarProperties.ValueToolTipPosition Property

Gets or sets the value tooltip position.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(ValueToolTipPosition.LeftOrTop)]
public ValueToolTipPosition ValueToolTipPosition { get; set; }

Property Value

Type Default Description
ValueToolTipPosition **LeftOrTop**

One of the ValueToolTipPosition enumeration values.

Available values:

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

Remarks

Using the ValueToolTipPosition property you can define the place where a value tooltip will appear when the drag handle position is changed.

Note

The ValueToolTipPosition property synchronizes its value with the editor’s ASPxTrackBar.ValueToolTipPosition property.

See Also