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

SpinButtonExtended.ButtonKind Property

Gets a value that indicates a spin button’s type.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public SpinButtonKind ButtonKind { get; }

Property Value

Type Description
SpinButtonKind

One of the SpinButtonKind enumeration values.

Available values:

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.

See Also