LevelHierarchyDataSource.HeaderTemplate Property
Gets or sets the style used to display the header text.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property HeaderTemplate As String
Get
Set
'Usage
Dim instance As LevelHierarchyDataSource
Dim value As String
value = instance.HeaderTemplate
instance.HeaderTemplate = value
public string HeaderTemplate { get; set; }
Property Value
Type: System.String
The name of the XSL template used to display the header text. The default value is an empty string.
Remarks
The HeaderTemplate object is inserted into the hierarchical data so that a header.xsl template can be used to display the header text.
See Also
Reference
LevelHierarchyDataSource Class