PickerQueryControlBase.ColumnList property
Gets or sets the list control for the search dialog box that displays the results of a search.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ColumnList As DropDownList
Get
Set
'Usage
Dim instance As PickerQueryControlBase
Dim value As DropDownList
value = instance.ColumnList
instance.ColumnList = value
public DropDownList ColumnList { get; set; }
Property value
Type: System.Web.UI.WebControls.DropDownList
A drop-down list.