SPField.CalloutMenuAllowed property
Gets or sets an indication of whether showing the callout menu in the field is allowed, prohibited, or is optional and determined by the CalloutMenu property.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CalloutMenuAllowed As SPField.ListItemMenuState
Get
Set
'Usage
Dim instance As SPField
Dim value As SPField.ListItemMenuState
value = instance.CalloutMenuAllowed
instance.CalloutMenuAllowed = value
public SPField.ListItemMenuState CalloutMenuAllowed { get; set; }
Property value
Type: Microsoft.SharePoint.SPField.ListItemMenuState
An indication of the visibility possibilities of the callout menu. The default is Allowed.
Remarks
If the list or column is external, this property is always Allowed.