Back to Devexpress

SpinButtons.ShowLargeIncrementButtons Property

aspnet-devexpress-dot-web-dot-spinbuttons-1b94a388.md

latest1.5 KB
Original Source

SpinButtons.ShowLargeIncrementButtons Property

Gets or sets a value that specifies whether large increment spin buttons are displayed.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public virtual bool ShowLargeIncrementButtons { get; set; }
vb
<DefaultValue(False)>
Public Overridable Property ShowLargeIncrementButtons As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if large increment spin buttons are displayed; otherwise, false.

|

Remarks

If large increment spin buttons are displayed, their appearance can be customized using the SpinButtons.LargeIncrementImage and SpinButtons.LargeDecrementImage or SpinEditProperties.LargeIncrementButtonStyle properties.

See Also

SpinButtons Class

SpinButtons Members

DevExpress.Web Namespace