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)
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.

See Also

Reference

PickerQueryControlBase Class

PickerQueryControlBase Members

Microsoft.SharePoint.WebControls Namespace