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





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

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

 Syntax

C#  Copy Code

public ITemplate FooterTemplate { get; set; }

Visual Basic  Copy Code

Public Property FooterTemplate As ITemplate

 Property Value

Type: ITemplate
A System.Web.UI.ITemplate object that contains the template for displaying the footer section of the control. The default is null (Nothing in VB.NET).

 See Also

DropDown Members
DropDown Class
MindFusion.UI.WebForms Namespace