Skip to main content
A newer version of this page is available. .
Tab

TrackBarProperties.ShowChangeButtons Property

Gets or sets the value that specifies whether or not decrement and increment buttons are shown.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(true)]
public bool ShowChangeButtons { get; set; }

Property Value

Type Default Description
Boolean **true**

true to show increment and decrement buttons; otherwise, false.

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