Intersoft WebGrid Documentation
TableHeaderVisible Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridTable Class : TableHeaderVisible Property






Determines whether or not to display table header.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Determines whether or not to display table header.")>
Public Property TableHeaderVisible As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridTable
Dim value As Boolean
 
instance.TableHeaderVisible = value
 
value = instance.TableHeaderVisible
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines whether or not to display table header.")]
public bool TableHeaderVisible {get; set;}
Delphi 
public read-write property TableHeaderVisible: Boolean; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Determines whether or not to display table header.")
public function get,set TableHeaderVisible : boolean
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines whether or not to display table header.")]
public: __property bool get_TableHeaderVisible();
public: __property void set_TableHeaderVisible( 
   bool value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines whether or not to display table header.")]
public:
property bool TableHeaderVisible {
   bool get();
   void set (    bool value);
}

Remarks

It is recommended that you turn on this property when working in multiple nested Table as displayed data will be more readable and better hierarchical display.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

WebGridTable Class
WebGridTable Members

Tasks

How-to: Hide/Show the table header

Concepts

Rich User Interface Elements

©2012 Intersoft Solutions Corp. All Rights Reserved.