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

SpinButtonKind Enum

Lists values that indicate a spin button’s type.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum SpinButtonKind

Members

Name Description
Increment

Identifies a small increment spin button.

Decrement

Identifies a small decrement spin button.

LargeIncrement

Identifies a large increment spin button.

LargeDecrement

Identifies a large decrement spin button.

Related API Members

The following properties accept/return SpinButtonKind values:

Remarks

The values listed by this enumeration are used to set the SpinButtonExtended.ButtonKind property’s value.

See Also