Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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.