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

TrackBarProperties.IncrementButtonToolTip Property

Gets or sets a string value that specifies the increment button‘s tooltip text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("Increment")]
public string IncrementButtonToolTip { get; set; }

Property Value

Type Default Description
String "Increment"

A String value that specifies a tooltip text.

Remarks

With the IncrementButtonToolTip property you can provide hints to a user when the user places the pointer over the increment button. The tooltip is typically used to alert users to the intended use of a control.

Note

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

See Also