aspnet-devexpress-dot-web-08513003.md
Contains style settings that define the appearance of spin buttons within a spin editor control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class SpinButtonStyle :
EditButtonStyle
Public Class SpinButtonStyle
Inherits EditButtonStyle
The following members return SpinButtonStyle objects:
Show 12 links
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).
Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle EditButtonStyle SpinButtonStyle
See Also