Skip to main content
A newer version of this page is available. .
Tab

SpinButtons.ShowLargeIncrementButtons Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public virtual bool ShowLargeIncrementButtons { get; set; }

Property Value

Type Default Description
Boolean **false**

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