PickerDialog.EditorControl property

Gets or sets the EntityEditorWithPicker object that the PickerDialog uses.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property EditorControl As EntityEditorWithPicker
    Get
'Usage
Dim instance As PickerDialog
Dim value As EntityEditorWithPicker

value = instance.EditorControl
public EntityEditorWithPicker EditorControl { get; }

Property value

Type: Microsoft.SharePoint.WebControls.EntityEditorWithPicker
An EntityEditorWithPicker object.

See also

Reference

PickerDialog class

PickerDialog members

Microsoft.SharePoint.WebControls namespace