EntityEditorWithPicker.ShowButtons property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ShowButtons As Boolean
Get
Set
'Usage
Dim instance As EntityEditorWithPicker
Dim value As Boolean
value = instance.ShowButtons
instance.ShowButtons = value
public bool ShowButtons { get; set; }
Property value
Type: System.Boolean