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

    Increases the TrackBarControl value.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v26.1.dll

    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