Represents schema for a Lookup field in list form or in list view in grid mode
Specifies if the field can be edited while list view is in the Grid mode
Specifies if the field allows multiple values
Returns base url for a list display form, e.g. "http://portal/web/_layouts/15/listform.aspx?PageType=4" You must add "ListId" (Guid of the list) and "ID" (integer Id of the item) parameters in order to use this Url
Number of choices. Appears only for Lookup field.
List of choices for this field.
Indicates if the field is a dependent lookup
Description for this field.
Direction of the reading order for the field.
String representation of the field type, e.g. "Lookup". Same as SPField.TypeAsString
Indicates whether the field is hidden
Specifies Input Method Editor (IME) mode bias to use for the field. The IME enables conversion of keystrokes between languages when one writing system has more characters than can be encoded for the given keyboard.
Guid of the field
Returns string representation of a number that represents the current value for the "List Throttle Limit" web application setting. Only appears if Throttled property is true, i.e. the target lookup list is throttled.
Internal name of the field
Specifies if the field is read only
Specifies wherever field requires values
Indicates wherever the lookup list is throttled (contains more items than value of the "List Throttle Limit" setting).
Title of the field
For OOTB fields, returns the type of field. For "UserMulti" returns "User", for "LookupMulti" returns "Lookup". For custom field types, returns base type of the field.
If SPFarm.Local.UseMinWidthForHtmlPicker is true, UseMinWidth will be set to true. Undefined in other cases.