Kendo.Mvc.UI.FormItemLabelSettings
Defines the fluent API for configuring the FormItemLabelSettings settings.
Properties
Text
The text of the label.
Optional
Specifies if the field is optional by rendering additional text next to the label.
Encoded
Specifies if the label text will HTML-encoded before it is displayed. If set to false
the label text will be displayed as is.
Methods
Serialize(System.Collections.Generic.IDictionary<System.String,System.Object>)
Serialize current instance to Dictionary