Skip to main content
Tab

SpinEditPropertiesBase.DecrementButtonStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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