Boolean value specifying whether the field output is underlined. The default is False indicating the field will not be underlined.
control.Underline [ =boolean]
Gets or sets the boolean value indicating if the field output is underlined. If set to True, the field output is underlined, otherwise False.
To set the Underline property of a control, click on the right side of the property and choose one of the options in the drop-down box.
| Setting | Description |
|---|---|
| True | The output field will be underlined. |
| False | (Default) The output field will not be underlined. |
AutoField | CharField | DateTimeField | DecField | Label