SpinButtonExtended.ButtonKind Property
Gets a value that indicates a spin button’s type.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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