Skip to main content
All docs
V25.1
  • TrackBarControl.DecreaseValue(Boolean) Method

    Decreases the TrackBarControl value.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public virtual void DecreaseValue(
        bool largeChange = false
    )

    Optional Parameters

    Name Type Default Description
    largeChange Boolean False

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

    See Also