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

SpinEditPropertiesBase.IncrementButtonStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public SpinButtonStyle IncrementButtonStyle { get; }

Property Value

Type Description
SpinButtonStyle

A SpinButtonStyle object that contains the style settings.

Remarks

Use the ASPxSpinEditBase.DecrementButtonStyle property to customize the decrement button’s style.

Note

The IncrementButtonStyle property synchronizes its value with the editor’s ASPxSpinEditBase.IncrementButtonStyle property.

See Also