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

ASPxTrackBar.MainDragHandleToolTip Property

Gets or sets the tooltip for the main drag handle.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
String "Drag"

A string value that is the tooltip text.

See Also