IRibbonSpinEdit<TValue>.Increment Property
Specifies the increment value for the spin editor ribbon item.
Namespace: DevExpress.Blazor.Ribbon
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
TValue Increment { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| TValue | null | The editor value. |
Remarks
Refer to the Increment property description for more information and examples.
See Also