SpinButtonExtended.ButtonKind Property
In This Article
Gets a value that indicates a spin button’s type.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public SpinButtonKind ButtonKind { get; }
#Property Value
Type | Description |
---|---|
Spin |
One of the Spin |
Available values:
Name | Description |
---|---|
Increment | Identifies a small increment spin button. |
Decrement | Identifies a small decrement spin button. |
Large |
Identifies a large increment spin button. |
Large |
Identifies a large decrement spin button. |
See Also