JavaScript/jQuery Form - SimpleItem.label
Specifies options for the form item label.
alignment
Specifies the label's horizontal alignment.
When using the widget as an ASP.NET MVC Control, specify this option using the HorizontalAlignment enum. This enum accepts the following values: Left, Right, and Center.
See Also
location
Specifies the location of a label against the editor.
When using the widget as an ASP.NET MVC Control, specify this option using the FormLabelLocation enum. This enum accepts the following values: Left, Right and Top.
See Also
showColon
Specifies whether or not a colon is displayed at the end of the current label.