RadGrid for ASP.NET

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


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

 

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

Syntax

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

Return Value

This default value for this property is true.

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