Specifies if the field can be edited while list view is in the Grid mode
public CalloutMenu:string
Either "TRUE" or "FALSE"
public ClassInfo:string
public DisplayName:string
public Explicit:string
Either "TRUE" or "FALSE"
public FieldTitle:string
public FieldType:string
String representation of the field type, e.g. "Lookup". Same as SPField.TypeAsString
public Filterable:string
Indicates whether the field can be filtered. Either "TRUE" or "FALSE"
public GridActiveAndReadOnly:string
Either "TRUE" or "FALSE"
public GroupField:string
Set to "TRUE" for fields that comply to the following Xpath query:
ViewFields/FieldRef[@Explicit='TRUE'] | Query/GroupBy/FieldRef[not(@Name=ViewFields/FieldRef/@Name)]
public ID:string
Guid of the field
public Name:string
Internal name of the field
public ReadOnly:string
Either "TRUE" or "FALSE"
public RealFieldName:string
public ResultType:string
public Sortable:string
Indicates whether the field can be sorted. Either "TRUE" or "FALSE"
public Type:string
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.
public css:string
public fieldRenderer:any
public listItemMenu:string
Specifies if the field contains list item menu.
Corresponds to ViewFields/FieldRef/@ListItemMenu attribute. Either "TRUE" or "FALSE" and might be missing.