TrackBarProperties.ValueToolTipPosition Property
Gets or sets the value tooltip position.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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. |
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). |
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