GroupedDropDownList.CandidateControlId Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property CandidateControlId As String
Get
Set
'Usage
Dim instance As GroupedDropDownList
Dim value As String
value = instance.CandidateControlId
instance.CandidateControlId = value
public string CandidateControlId { get; set; }
Property Value
Type: System.String