RadGrid for ASP.NET

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


Gets or sets a value indicating if the GridHeaderItem will be shown in the current GridTableView.   

 

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

Syntax

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

Return Value

true, if the GridHeaderItem will be shown in the current GridTableView; otherwise, false. The default value is true.

Requirements

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

See Also