SummaryLinkFieldControl.ItemXslLink Property
Link to the Item style sheet used to render individual SummaryLinks.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property ItemXslLink As String
Get
Set
'Usage
Dim instance As SummaryLinkFieldControl
Dim value As String
value = instance.ItemXslLink
instance.ItemXslLink = value
public string ItemXslLink { get; set; }
Property Value
Type: System.String
Remarks
SummaryLinks are rendered using XSL style sheets. The main style sheet provides the framework for rendering, and it imports Item and Header style sheets that are used to style individual SummaryLinks and Group Header SummaryLinks.