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 Specifies the name of a CSS class applied to the button.
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