Skip to main content
All docs
V26.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.v26.1.dll

    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 additional information and an example.

    See Also