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

TrackBarProperties.DragHandleToolTip Property

Gets or sets a string value that specifies the drag handle‘s tooltip text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("Drag")]
public string DragHandleToolTip { get; set; }

Property Value

Type Default Description
String "Drag"

A String value that specifies a tooltip text.

Remarks

With the DragHandleToolTip you can provide hints to a user when the user places the pointer over the drag handle. The tooltip is typically used to alert users to the intended use of a control.

Note

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

See Also