TrackBarProperties.ShowDragHandles Property
In This Article
Gets or sets the value that specifies whether or not main and secondary drag handles are shown.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Remarks
Set the ShowDragHandles property to false
to hide drag handles. In this case, end-users can change a track bar position by scrolling the mouse wheel, clicking the decrement and increment buttons, etc.
Note
The Show
See Also