The Label element is used for providing static or dynamic text in a form.
| Property Name |
Description |
| Name |
Name describing the Label element. |
| Value |
This is a required property used for displaying the actual text of the label field. |
| DefaultValue |
This optional property is used to indicate if the Label element should be used to populate default values for one of the following:Current User - Full name of the current user. Current Date - Current system date only. Current Time - Current system time only. Current Date Time - Current date time. |
| Class |
Optional name of the CSS style class. |

