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