| Name | Description |
| autoPostBackOnCustomButtonClick | Gets sets option to trigger postback on CustomButton click. Not 0 value means that full (1) or async (2) postback will be raised when Enter key is pressed. Note: new value does not persist to server. True: postback on button click |
| autoPostBackOnEnterKeyDown | Gets sets option to trigger postback when Enter key was pressed. Not 0 value means that full (1) or async (2) postback will be raised when Enter key is pressed. Note: new value does not persist to server. True: postback on enter key |
| autoPostBackOnValueChange | Gets sets option to trigger postback when value was changed (after lost focus or similar). Not 0 value means that full (1) or async (2) postback will be raised when Enter key is pressed. Note: new value does not persist to server. True: postback on value change |
| enabled | Gets sets enabled state of control.True: enabled |
| hideEnter | Gets sets option to hide the Enter keydown event from browser. Note: new value does not persist to server. True: hide enter key |
| inputElement | Gets reference to edit field. Reference to INPUT or TEXTAREA html element. |
| maxLength | Gets sets maximum length of text. Value of 0, means that maximum length is not set. Note: new value does not persist to server. Maximum length |
| nullText | Gets sets text which is used when value is not set (null or empty string) and control has no focus. Note: new value does not persist to server. Text for null value |
| readOnly | Gets sets read-only state of control.True: read only |
| selectionOnFocus | Gets sets option which is used for selection when control gets focus. Note: new value does not persist to server. Possible values: 0 - select all text, 1 - unselect all and set caret to the beginning, 2 - unselect all and set caret to the end, 3 - browser default. |
| spinDelay | Gets sets value in milliseconds which is used to delay next spin action when spin button is kept pressed. Note: new value does not persist to server. Delay in milliseconds |
| spinDownElement | Gets reference to lower spin button. Reference to TD html element or null. |
| spinEnsureFocus | Gets sets ability to set input focus to control when buttons are clicked. Note: new value does not persist to server. True: ensure focus on spin |
| spinOnArrows | Gets sets ability of up/down arrow keys to trigger spin actions. Note: new value does not persist to server. True: spin on arrows |
| spinOnReadOnly | Gets sets ability to modify value in controls by spin actions when read only is enabled. Note: new value does not persist to server. True: spin on read only |
| spinSpeedUp | Gets sets rate to increase frequency of spin events if spin button is kept pressed. Note: new value does not persist to server. Speed up rate on spin |
| spinUpElement | Gets reference to upper spin button. Reference to TD html element or null. |
| text | Gets sets text in control.Current text |
| value | Gets sets value in control. |