A newer version of this page is available.
Switch to the current version.
SpinButtons.ShowIncrementButtons Property
Gets or sets a value that specifies whether small increment spin buttons are displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(true)]
public bool ShowIncrementButtons { get; set; }
<DefaultValue(True)>
Public Property ShowIncrementButtons As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
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
Feedback