Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an indication of whether the field, in List View, can show a link to the list item's drop down menu.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Property ListItemMenuAllowed As SPField.ListItemMenuState
Get
Set
'Usage
Dim instance As SPField
Dim value As SPField.ListItemMenuState
value = instance.ListItemMenuAllowed
instance.ListItemMenuAllowed = value
public SPField.ListItemMenuState ListItemMenuAllowed { get; set; }
Type: Microsoft.SharePoint.SPField.ListItemMenuState
An indication of the visibility possibilities of the link to the drop down menu. The default is Allowed.
If the list or column is external, this property is always Allowed.