Skip to main content

DxSpinButtons Properties

Spin buttons that allow you to increase and decrease a value (can be added to the DxSpinEdit<T> only).
Name Description
CssClass Assign 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