ASPxSpinEditBase.DecrementButtonStyle Property
Gets the style settings which define the spin decrement button’s appearance.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
SpinButtonStyle | A SpinButtonStyle object that contains the style settings. |
Remarks
This property is a wrapper of the SpinEditPropertiesBase.DecrementButtonStyle property.
See Also