PeopleEditor.DefaultPlaceButtonsUnderEntityEditor Property
Retrieves a value that indicates whether or not to place buttons under the control by default.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides ReadOnly Property DefaultPlaceButtonsUnderEntityEditor As Boolean
Get
'Usage
Dim value As Boolean
value = Me.DefaultPlaceButtonsUnderEntityEditor
protected override bool DefaultPlaceButtonsUnderEntityEditor { get; }
Property Value
Type: System.Boolean
true to place buttons under the control; otherwise, false. The default value is false.