Expand Minimize
This topic has not yet been rated - Rate this topic

SPField.ListItemMenu property

Gets or sets an indication of whether the field should show a link to the list item's drop down menu when displayed in a list view.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public bool ListItemMenu { get; set; }

Property value

Type: System.Boolean
true, if the link is visible; false, otherwise.

Attempts to set this property are ignored if ListItemMenuAllowed is not set to Allowed.

If ListItemMenuAllowed is set to ProhibitedListItemMenu is always false. If ListItemMenuAllowed is set to RequiredListItemMenu, is always true.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.