TaxonomyField.FieldRenderingControl Property
Gets a TaxonomyFieldControl object that can be used to render the TaxonomyField object.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property FieldRenderingControl As BaseFieldControl
Get
'Usage
Dim instance As TaxonomyField
Dim value As BaseFieldControl
value = instance.FieldRenderingControl
public override BaseFieldControl FieldRenderingControl { get; }
Property Value
Type: Microsoft.SharePoint.WebControls.BaseFieldControl
A TaxonomyFieldControl object that can be used to render the TaxonomyField object.