Gets or sets the template used to display the control's header.
Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms
C#
![]() |
---|
public ITemplate HeaderTemplate { get; set; } |
Visual Basic
![]() |
---|
Public Property HeaderTemplate As ITemplate |
Type: ITemplate
A System.Web.UI.ITemplate object that contains the template for displaying the header section of the control. The default is null (Nothing in VB.NET).