ValueToolTipPosition Enum
Specifies the value tooltip position within an editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
Name | Description |
---|---|
None
|
A value tooltip is not displayed. |
RightOrBottom
|
A value tooltip is displayed at the editor’s right (for the vertical orientation) or bottom (for the horizontal orientation). |
LeftOrTop
|
A value tooltip is displayed at the editor’s left (for the vertical orientation) or top (for the horizontal orientation). |
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.