Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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