Skip to main content
Tab

SpinEditPropertiesBase.IncrementButtonStyle Property

Gets the style settings which define the increment button’s appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public SpinButtonStyle IncrementButtonStyle { get; }

Property Value

Type Description
SpinButtonStyle

A SpinButtonStyle object that contains the style settings.

Remarks

Use the ASPxSpinEditBase.DecrementButtonStyle property to customize the decrement button’s style.

Note

The IncrementButtonStyle property synchronizes its value with the editor’s ASPxSpinEditBase.IncrementButtonStyle property.

See Also