TrackBarProperties.DecrementButtonToolTip Property
Gets or sets a string value that specifies the decrement button's tooltip text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue("Decrement")]
public string DecrementButtonToolTip { get; set; }
<DefaultValue("Decrement")>
Public Property DecrementButtonToolTip As String
Property Value
Type | Default | Description |
---|---|---|
String | "Decrement" |
A String object that specifies a tooltip text. |
Remarks
With the DecrementButtonToolTip property you can provide hints to a user when the user places the pointer over the decrement button. The tooltip is typically used to alert users to the intended use of a control.