WebPartZoneBase.HasFooter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.