TrackBarProperties.ValueToolTipPosition Property
Gets or sets the value tooltip position.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(ValueToolTipPosition.LeftOrTop)]
public ValueToolTipPosition ValueToolTipPosition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Value |
Left |
One of the Value |
Available values:
Name | Description |
---|---|
None | A value tooltip is not displayed. |
Right |
A value tooltip is displayed at the editor’s right (for the vertical orientation) or bottom (for the horizontal orientation). |
Left |
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 Value