Label
Overview
The Label control type puts static text on the page. This text can optionally be written in Markdown, including linked images.
Simple Label | Markdown Label |
---|---|
![]() |
![]() |
Required Fields
-
Name: The name of the field.
-
DisplayName: The text that will be displayed for the label.
-
Type: Must be set to
System.String
. -
ControlType: Must be set to
Label
.
Optional Fields
-
Group: The layout group position for this control.