Back to Devexpress

ASPxSpinEdit.LargeIncrement Property

aspnet-devexpress-dot-web-dot-aspxspinedit-41471aa9.md

latest1.3 KB
Original Source

ASPxSpinEdit.LargeIncrement Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
Decimal"10"

A Decimal value representing the large increment for the spin editor.

|

Remarks

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

See Also

Spin Editor

ASPxSpinEdit Class

ASPxSpinEdit Members

DevExpress.Web Namespace