ASP.NET Pack Programmer's Guide
DropDown.HeaderTemplate Property
See Also
 





Gets or sets the template used to display the control's header.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public ITemplate HeaderTemplate { get; set; }

Visual Basic  Copy Code

Public Property HeaderTemplate As ITemplate

 Property Value

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).

 See Also

DropDown Members
DropDown Class
MindFusion.UI.WebForms Namespace