LevelHierarchyDataSourceView.HeaderTemplate Property
Style to use 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 LevelHierarchyDataSourceView
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 to be used to display the header text.
Remarks
The HeaderTemplate is inserted into the Hierarchical data so that a Header XSL template can be used to display the HeaderText. The default value is an empty string
See Also
Reference
LevelHierarchyDataSourceView Class