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