Skip to main content
Tab

SpinButtonExtended.ButtonKind Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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