Back to Devexpress

ASPxSpinEdit.MaxValue Property

aspnet-devexpress-dot-web-dot-aspxspinedit-00ba6fb1.md

latest1.6 KB
Original Source

ASPxSpinEdit.MaxValue Property

Gets or sets the maximum value of the editor.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(typeof(decimal), "0")]
public decimal MaxValue { get; set; }
vb
<DefaultValue(GetType(Decimal), "0")>
Public Property MaxValue As Decimal

Property Value

TypeDefaultDescription
Decimal"0"

A Decimal value representing the maximum value of the editor.

|

Remarks

This property is a wrapper of the SpinEditProperties.MaxValue property.

Example

The complete sample project is available in the DevExpress Code Central database at E55.

aspx
...
<dxe:ASPxSpinEdit ID="spnLeft" runat="server" Width="60px" Height="21px" 
Number="600" MinValue="0" MaxValue="2000" AllowNull="False">
</dxe:ASPxSpinEdit>
...

See Also

Spin Editor

ASPxSpinEdit Class

ASPxSpinEdit Members

DevExpress.Web Namespace