Skip to main content
All docs
V25.1
  • IBarSpinEdit.Increment Property

    Specifies the unit value by which the spin editor’s value changes when users click the increment and decrement spin buttons.

    Namespace: DevExpress.Blazor.Office

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    decimal Increment { get; set; }

    Property Value

    Type Description
    Decimal

    A unit value. The default value is 1.

    Remarks

    Refer to the IBarSpinEdit interface description for more information and an example.

    See Also