XmlFormView.ShowFooter Property
Gets or sets the boolean value indicating whether the footer will be displayed below the form.
Namespace: Microsoft.Office.InfoPath.Server.Controls
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
<PersonalizableAttribute> _
<WebBrowsableAttribute(True)> _
Public Property ShowFooter As Boolean
Get
Set
'Usage
Dim instance As XmlFormView
Dim value As Boolean
value = instance.ShowFooter
instance.ShowFooter = value
[PersonalizableAttribute]
[WebBrowsableAttribute(true)]
public bool ShowFooter { get; set; }
Property Value
Type: System.Boolean
true, if the footer is displayed; otherwise, false.
Remarks
The header and footer show common actions that can be taken by the user of the form, such as saving, printing, and switching views.