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

SpinEditPropertiesBase.DecrementButtonStyle Property

Gets the style settings which define the spin decrement button’s appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public SpinButtonStyle DecrementButtonStyle { get; }

Property Value

Type Description
SpinButtonStyle

A SpinButtonStyle object that contains the style settings.

Remarks

Use the ASPxSpinEditBase.IncrementButtonStyle property to customize the increment button’s style.

Note

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

See Also