SPField.ListItemMenu Property
SharePoint 2010
Indicates whether the field should show the drop down menu when displayed in an XsltListView.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Property Value
Type: System.BooleanA Boolean value = true if the field should show the drop down menu. If ListItemMenuAllowed is set to Prohibited this returns false. If ListItemMenuAllowed is set to Required then this returns true.
This value can only be set if ListItemMenuAllowed is set to Allowed.