Skip to main content
All docs
V25.1
  • 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.v25.1.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