PickerDialog.EditorControl Property

Gets or sets the EntityEditorWithPicker object that the PickerDialog uses.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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