Back to Devexpress

SpinButtons.ShowIncrementButtons Property

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

latest1.5 KB
Original Source

SpinButtons.ShowIncrementButtons Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool ShowIncrementButtons { get; set; }
vb
<DefaultValue(True)>
Public Property ShowIncrementButtons As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Remarks

If small increment spin buttons are displayed, their appearance can be customized using the SpinButtons.IncrementImage and SpinButtons.DecrementImage or SpinEditPropertiesBase.IncrementButtonStyle properties.

See Also

SpinButtons Class

SpinButtons Members

DevExpress.Web Namespace