title | page_title | description | slug | tags | published | position |
---|---|---|---|---|---|---|
Structure |
Structure - RadNumericTextBox |
Check our Web Forms article about Structure. |
numerictextbox/structure |
structure |
true |
4 |
The four types of RadInput controls (RadTextBox, RadNumericTextBox, RadMaskedTextBox, and RadDateInput) all have the same basic structure except that only RadNumericTextBox has spin buttons. This structure is illustrated below for RadNumericTextBox:
At a minimum, the RadInput control has an input area, where the user can type in a value. Optionally, the RadInput control can include up to three additional areas:
-
If the Label property is set, a text label appears to the left of the input area.
-
If the ShowSpinButtons property is True, a pair of spin buttons appear to the side of the input area.
note The ShowSpinButtons property is only available for RadNumericTextBox .
- If the ShowButton property is True, a generic button appears to the side of the input area.