PickerDialog class
SharePoint Online
Represents a dialog box in which the user can select items. This class is intended to be the base class for custom implementations.
System.Object
System.Web.UI.Control
Microsoft.SharePoint.WebControls.PickerDialog
Microsoft.SharePoint.WebControls.EntityPickerDialog
Microsoft.SharePoint.WebControls.ItemPickerDialog
Microsoft.SharePoint.WebControls.PeoplePickerDialog
System.Web.UI.Control
Microsoft.SharePoint.WebControls.PickerDialog
Microsoft.SharePoint.WebControls.EntityPickerDialog
Microsoft.SharePoint.WebControls.ItemPickerDialog
Microsoft.SharePoint.WebControls.PeoplePickerDialog
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
To perform the query when you create a custom picker dialog, you must set the QueryControl property of the PickerDialog object constructor to initialize it. The PickerDialog class is the base class for the PeoplePickerDialog class.
Show: