SpinEditPropertiesBase.IncrementButtonStyle Property
In This Article
Gets the style settings which define the increment button’s appearance.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public SpinButtonStyle IncrementButtonStyle { get; }
#Property Value
Type | Description |
---|---|
Spin |
A Spin |
#Remarks
Use the ASPxSpinEditBase.DecrementButtonStyle property to customize the decrement button’s style.
Note
The Increment
See Also