TrackBarProperties.ShowChangeButtons Property
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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 ShowChangeButtons property synchronizes its value with the editor’s ASPxTrackBar.ShowChangeButtons property.
See Also