TrackBarProperties.ShowChangeButtons Property
In This Article
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Remarks
If the ShowChangeButtons property is set to true
, end-users can change drag handle positions by clicking increment and decrement buttons. If the ShowChangeButtons property is set to false
, change buttons are not displayed, but end-users have the ability to change drag handle positions in other ways (scrolling mouse wheel, clicking the track, etc).
Note
The Show
See Also