Skip to main content

RepositoryItemRangeTrackBar.SmallChange Property

Gets or sets a value by which the position of the left or right slider changes when the user uses arrow keys or the MoveLeft() / MoveRight() method is called.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(1)]
[DXCategory("Behavior")]
public int SmallChange { get; set; }

Property Value

Type Default Description
Int32 1

An integer value.

See Also