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

ASPxSpinEditBase.IncrementButtonStyle Property

Gets the style settings which define the increment button’s appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public SpinButtonStyle IncrementButtonStyle { get; }

Property Value

Type Description
SpinButtonStyle

A SpinButtonStyle object that contains the style settings.

Remarks

This property is a wrapper of the SpinEditPropertiesBase.IncrementButtonStyle property.

See Also