Skip to main content
Tab

TrackBarProperties.MainDragHandleToolTip Property

Gets or sets the tooltip for the main drag handle.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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