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

TrackBarProperties.SecondaryDragHandleToolTip Property

Gets or sets the secondary drag handle’s tooltip.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

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