Form.Footer Property

Returns a panel that represents the footer for the form.

Namespace: System.Web.UI.MobileControls
Assembly: System.Web.Mobile (in system.web.mobile.dll)

[BindableAttribute(false)] 
public:
property Panel^ Footer {
	Panel^ get ();
}
/** @property */
public Panel get_Footer ()

public function get Footer () : Panel

Property Value

The Panel that represents the footer for the form.

The following code example demonstrates how to use the Footer property to access the contents of the FooterTemplate.

This example is from a larger example for the ControlToPaginate property.

No code example is currently available or this language may not be supported.

In this example, since no filter is specified for the <Choice> element, it will always be the SelectedChoice. To specify a filter change the element to: <Choice Filter="isPocketIE"> and include a Web.config file that defines the filters you want to use.

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0, 1.1

Community Additions

ADD
Show: