13 references to Header
System.Web.Mobile (13)
UI\MobileControls\Adapters\HtmlControlAdapter.cs (1)
252
if (!child.Visible || child == Control.Form.
Header
|| child == Control.Form.Footer)
UI\MobileControls\Adapters\HtmlFormAdapter.cs (3)
164
if(Control.
Header
!= null && !secondaryUIInHeaderOrFooter)
166
Control.
Header
.RenderControl(writer);
525
return IsAncestor(Control.
Header
, control);
UI\MobileControls\Adapters\WmlFormAdapter.cs (1)
85
Panel header = Control.
Header
;
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 (3)
185
if (Control.
Header
!= null && !secondaryUIInHeaderOrFooter) {
186
Control.
Header
.RenderControl (writer);
264
return IsAncestor(Control.
Header
, control);
UI\MobileControls\Form.cs (4)
552
if (
Header
!= null)
554
pageWeight -=
Header
.VisibleWeight;
612
if(
Header
!= null)
614
SetEnablePaginationRecursive(
Header
, false);