DxSpinButtons Properties
Spin buttons that allow you to increase and decrease a value (can be added to the DxSpinEdit<T> only).| Name | Description |
|---|---|
| Attributes | Specifies a collection of standard HTML attributes applied to the spin buttons. |
| CssClass | Assigns a CSS class to the spin buttons. |
| DownButtonIconCssClass | Specifies the CSS class for the down button’s icon. |
| DownButtonId | Specifies the down button’s unique identifier. |
| DownButtonTooltip | Specifies the down button’s tooltip. |
| Enabled | Specifies whether the buttons are enabled. |
| Position | Specifies the button position in the editor. |
| UpButtonIconCssClass | Specifies the CSS class for the up button’s icon. |
| UpButtonId | Specifies the up button’s unique identifier. |
| UpButtonTooltip | Specifies the up button’s tooltip. |
| Visible | Specifies whether the buttons are visible. |
See Also