Skip to main content

IBarSpinEdit.MaxValue Property

Specifies the spin editor’s maximum value.

Namespace: DevExpress.Blazor.Office

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

decimal? MaxValue { get; set; }

Property Value

Type Description
Nullable<Decimal>

A delegate method that specifies the spin editor’s maximum value.

Remarks

Refer to the IBarSpinEdit interface description for more information and an example.

See Also