SpinButtonStyle Class
Contains style settings that define the appearance of spin buttons within a spin editor control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#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).