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)

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.

See also

Reference

PeopleEditor class

PeopleEditor members

Microsoft.SharePoint.WebControls namespace