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)

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). .

See also

Reference

SPBusinessDataField class

SPBusinessDataField members

Microsoft.SharePoint namespace