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

ASPxTrackBar.SecondaryDragHandleToolTip Property

Gets or sets the secondary drag handle’s tooltip.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
String "Drag"

A string value that is the tooltip text.

See Also