Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the template that can be used to control the rendering of the RelatedItemsFieldControl object in display mode; that is, when it is not on a New or Edit form.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Property DisplayTemplateName As String
Get
Set
'Usage
Dim instance As RelatedItemsFieldControl
Dim value As String
value = instance.DisplayTemplateName
instance.DisplayTemplateName = value
public override string DisplayTemplateName { get; set; }
Property value
Type: System.String
The name of the template.
See also
Reference
RelatedItemsFieldControl class