Share via


DocumentLibraryFields.ControlTemplate Property

Gets the template that renders the DocumentLibraryFields control in the current context.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Overrides ReadOnly Property ControlTemplate As ITemplate
    Get
'Usage
Dim value As ITemplate

value = Me.ControlTemplate
protected override ITemplate ControlTemplate { get; }

Property Value

Type: System.Web.UI.ITemplate
An ITemplate object that renders the control.

See Also

Reference

DocumentLibraryFields Class

DocumentLibraryFields Members

Microsoft.SharePoint.WebControls Namespace