IRibbonSpinEdit<TValue>.MaxValue Property
Specifies the maximum 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 MaxValue { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| TValue | null | The maximum editor value. |
Remarks
Refer to the MaxValue property description for more information and examples.
See Also