Back to Devexpress

ASPxSpinEdit.Increment Property

aspnet-devexpress-dot-web-dot-aspxspinedit-78cf1cd9.md

latest1.3 KB
Original Source

ASPxSpinEdit.Increment Property

Gets or sets the value by which the spin editor’s value is changed when clicking a small increment/decrement spin button.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
Decimal"1"

A decimal value representing the increment for the spin editor.

|

Remarks

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

See Also

Increment

Spin Editor

ASPxSpinEdit Class

ASPxSpinEdit Members

DevExpress.Web Namespace