ASPxTrackBar.DecrementButtonToolTip Property
Gets or sets a string value that specifies the decrement button‘s tooltip text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | "Decrement" | A String object that specifies a tooltip text. |
Remarks
This property is a wrapper of the TrackBarProperties.DecrementButtonToolTip property.
Example
This example demonstrates how to set a decrement button‘s tooltip.
<dx:ASPxTrackBar ID="ASPxTrackBar1" runat="server"
DecrementButtonToolTip="Decrement Me">
</dx:ASPxTrackBar>
See Also