System.Web.UI.WebControls.DataList.ShowHeader Property

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

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

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

You can control appearance of the header section by setting the DataList.HeaderStyle property. The contents of the header section are controlled by the DataList.HeaderTemplate property.

Requirements

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