Skip to main content
All docs
V25.1
  • IBarSpinEdit.MaxValue Property

    Specifies the spin editor’s maximum value.

    Namespace: DevExpress.Blazor.Office

    Assembly: DevExpress.Blazor.v25.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