Share via


SummaryLinkFieldControl.ItemXslLink property

Gets or sets a 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.

See also

Reference

SummaryLinkFieldControl class

SummaryLinkFieldControl members

Microsoft.SharePoint.Publishing.WebControls namespace