System.Web.UI.WebControls.DataList.ShowFooter Property

Gets or sets a value indicating whether the footer section is displayed in the System.Web.UI.WebControls.DataList control.

Syntax

[System.ComponentModel.DefaultValue(true)]
public virtual bool ShowFooter { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the DataList.ShowFooter property to specify whether the footer section is displayed in the System.Web.UI.WebControls.DataList control.

You can control the appearance of the footer section by setting the DataList.FooterStyle property. The contents of the footer section are controlled by the DataList.FooterTemplate property.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0