15 references to Footer
System.Web.Mobile (15)
UI\MobileControls\Adapters\HtmlControlAdapter.cs (1)
252
if (!child.Visible || child == Control.Form.Header || child == Control.Form.
Footer
)
UI\MobileControls\Adapters\HtmlFormAdapter.cs (4)
169
if(Control.
Footer
!= null && !secondaryUIInHeaderOrFooter)
171
Control.
Footer
.RenderControl(writer);
182
if(Control.
Footer
== child)
530
return IsAncestor(Control.
Footer
, control);
UI\MobileControls\Adapters\WmlFormAdapter.cs (1)
86
Panel footer = Control.
Footer
;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (1)
684
if (!child.Visible || child == Control.Form.Header || child == Control.Form.
Footer
) {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (4)
168
if(Control.
Footer
== child) {
191
if (Control.
Footer
!= null && !secondaryUIInHeaderOrFooter) {
192
Control.
Footer
.RenderControl (writer);
269
return IsAncestor(Control.
Footer
, control);
UI\MobileControls\Form.cs (4)
556
if (
Footer
!= null)
558
pageWeight -=
Footer
.VisibleWeight;
616
if(
Footer
!= null)
618
SetEnablePaginationRecursive(
Footer
, false);