Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.07 KB

structure.md

File metadata and controls

30 lines (18 loc) · 1.07 KB
title page_title description slug tags published position
Structure
Structure - RadNumericTextBox
Check our Web Forms article about Structure.
numerictextbox/structure
structure
true
4

Structure

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:

Structure

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.