Skip to main content
A newer version of this page is available. .
Tab

SpinEditProperties.LargeIncrementButtonStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public SpinButtonStyle LargeIncrementButtonStyle { get; }

Property Value

Type Description
SpinButtonStyle

A SpinButtonStyle object that contains style settings.

Remarks

Note

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

See Also