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

SpinButtonStyle Class

Contains style settings that define the appearance of spin buttons within a spin editor control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class SpinButtonStyle :
    EditButtonStyle

Remarks

The SpinButtonStyle class contains settings that define the style of spin buttons displayed within an ASPxSpinEdit editor.

An object of the SpinButtonStyle type can be accessed via the ASPxSpinEditBase.IncrementButtonStyle (SpinEditPropertiesBase.IncrementButtonStyle), ASPxSpinEditBase.DecrementButtonStyle (SpinEditPropertiesBase.DecrementButtonStyle), ASPxSpinEdit.LargeIncrementButtonStyle(SpinEditProperties.LargeIncrementButtonStyle) and ASPxSpinEdit.LargeDecrementButtonStyle (SpinEditProperties.LargeDecrementButtonStyle).

See Also