Skip to main content
All docs
V23.2

TrackBarControl.IncreaseValue(Boolean) Method

Increases the TrackBarControl value.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void IncreaseValue(
    bool largeChange = false
)

Optional Parameters

Name Type Default Description
largeChange Boolean False

true to increase the value by LargeChange; false to increase the value by SmallChange.

See Also