Back to Devexpress

SpinButtonStyle Class

aspnet-devexpress-dot-web-08513003.md

latest4.0 KB
Original Source

SpinButtonStyle Class

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

Declaration

csharp
public class SpinButtonStyle :
    EditButtonStyle
vb
Public Class SpinButtonStyle
    Inherits EditButtonStyle

The following members return SpinButtonStyle objects:

Show 12 links

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).

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle EditButtonStyle SpinButtonStyle

See Also

SpinButtonStyle Members

Spin Editor

DevExpress.Web Namespace