WebPartZoneBase::HasFooter Property

 

Gets a value indicating whether a zone has a footer area.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

protected:
property bool HasFooter {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true if the zone has a footer area; otherwise, false. The default value is false.

The HasFooter property overrides the base WebZone::HasFooter property to set the default value to false for WebPartZoneBase controls.

.NET Framework
Available since 2.0
Return to top
Show: