Skip to main content
Tab

SpinEditProperties.LargeDecrementButtonStyle Property

Gets the style settings used to represent the editor’s large decrement spin button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public SpinButtonStyle LargeDecrementButtonStyle { get; }

#Property Value

Type Description
SpinButtonStyle

A SpinButtonStyle object that contains style settings.

#Remarks

Note

The LargeDecrementButtonStyle property synchronizes its value with the editor’s ASPxSpinEdit.LargeDecrementButtonStyle property.

See Also