DataGrid::ShowFooter Property

 

Gets or sets a value that indicates whether the footer is displayed in the DataGrid control.

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

public:
property bool ShowFooter {
	virtual bool get();
	virtual void set(bool value);
}

Property Value

Type: System::Boolean

true to display the footer; otherwise, false. The default value is false.

Set this property to true to display the footer in the DataGrid control. The appearance of the footer is controlled by using the FooterStyle property.

The following code example demonstrates how to use the ShowFooter property to display the footer in the DataGrid control.

No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: