Skip to main content
All docs
V23.2
Row

RangeFormControl.SmallChange Property

Gets or sets the value by which the Value property changes when the user presses one of the arrow keys or clicks one of the scrollbar buttons.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

int SmallChange { get; set; }

Property Value

Type Description
Int32

An integer value by which the Value property changes.

See Also