ASPxSpinEditBase.DecrementButtonStyle Property
In This Article
Gets the style settings which define the spin decrement button’s appearance.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public SpinButtonStyle DecrementButtonStyle { get; }
#Property Value
Type | Description |
---|---|
Spin |
A Spin |
#Remarks
This property is a wrapper of the SpinEditPropertiesBase.DecrementButtonStyle property.
See Also