TaxonomyWebTaggingControl.IsDisplayPickerButton Property
Gets or sets whether this control will allow browsing with the picker.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Property IsDisplayPickerButton As Boolean
Get
Set
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As Boolean
value = instance.IsDisplayPickerButton
instance.IsDisplayPickerButton = value
public bool IsDisplayPickerButton { get; set; }
Property Value
Type: System.Boolean
A Boolean that determines whether this control will allow browsing with the picker
Remarks
If the IsSpanTermSets property is set to true the control cannot allow browsing with the picker.
See Also
Reference
TaxonomyWebTaggingControl Class