WebPartZoneBase.HasFooter Property

Definition

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

protected:
 virtual property bool HasFooter { bool get(); };
protected override bool HasFooter { get; }
member this.HasFooter : bool
Protected Overrides ReadOnly Property HasFooter As Boolean

Property Value

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

Remarks

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

Applies to

See also