LevelHierarchyDataSourceView.Level1StyleTemplate property

Gets or sets the style to use to display items in the first level.

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

Syntax

'Declaration
Public Property Level1StyleTemplate As String
    Get
    Set
'Usage
Dim instance As LevelHierarchyDataSourceView
Dim value As String

value = instance.Level1StyleTemplate

instance.Level1StyleTemplate = value
public string Level1StyleTemplate { get; set; }

Property value

Type: System.String
The name of the XSL template to be used to display a Level1 level.

Remarks

This property must be configured in order for the Web Part to render a Level 1 level. The default value is an empty string.

See also

Reference

LevelHierarchyDataSourceView class

LevelHierarchyDataSourceView members

Microsoft.SharePoint.Publishing.WebControls namespace