Back to Devexpress

ValueToolTipPosition Enum

aspnet-devexpress-dot-web-30ff1d22.md

latest2.5 KB
Original Source

ValueToolTipPosition Enum

Specifies the value tooltip position within an editor.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum ValueToolTipPosition
vb
Public Enum ValueToolTipPosition

Members

NameDescription
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).

|

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

Orientation

DevExpress.Web Namespace