LevelHierarchyWebPart.Level3Style property

Gets or sets the style used to display items in the third level.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property Level3Style As String
    Get
    Set
'Usage
Dim instance As LevelHierarchyWebPart
Dim value As String

value = instance.Level3Style

instance.Level3Style = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public string Level3Style { get; set; }

Property value

Type: System.String
The name of the XSL template used to display third level data.

Remarks

In order for the Web Part to render a level, the Web Part must be associated with an XSL style sheet that either contains or imports a template with a name that matches the third level style name. The default value is Vertical.

See also

Reference

LevelHierarchyWebPart class

LevelHierarchyWebPart members

Microsoft.SharePoint.Publishing.WebControls namespace