SPBusinessDataField.HasActions Property
Boolean value representing whether the action menu should be shown or not.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property HasActions As Boolean
Get
Set
'Usage
Dim instance As SPBusinessDataField
Dim value As Boolean
value = instance.HasActions
instance.HasActions = value
public bool HasActions { get; set; }
Property Value
Type: System.Boolean
A Boolean value indicating data field action state (True = has actions, False = has no actions). .