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