IBarSpinEdit.MinValue Property
Specifies the spin editor’s minimum value.
Namespace: DevExpress.Blazor.Office
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
decimal? MinValue { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> | A delegate method that specifies the spin editor’s minimum value. |
Remarks
Refer to the IBarSpinEdit interface description for more information and an example.
See Also