RadGrid for ASP.NET

RadGrid Send comments on this topic.
ShowFooter Property
See Also 
Telerik.WebControls Namespace > RadGrid Class : ShowFooter Property


Gets or set a value indicating whether the footer item of the grid will be shown.   

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public Overridable Property ShowFooter As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RadGrid
Dim value As Boolean
 
instance.ShowFooter = value
 
value = instance.ShowFooter
C# 
public virtual bool ShowFooter {get; set;}

Return Value

The default value of this property is false.

Remarks

Setting this property will affect all grid tables, unless they specify otherwise explicitly.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also