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

    Decreases the TrackBarControl value.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v26.1.dll

    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