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






Gets or sets the style applied to table header.

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Gets or sets the style applied to table header.")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property TableHeaderStyle As WebGridFormatStyle
Visual Basic (Usage)Copy Code
Dim instance As WebGridTable
Dim value As WebGridFormatStyle
 
instance.TableHeaderStyle = value
 
value = instance.TableHeaderStyle
C# 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the style applied to table header.")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public WebGridFormatStyle TableHeaderStyle {get; set;}
Delphi 
public read-write property TableHeaderStyle: WebGridFormatStyle; 
JScript 
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Gets or sets the style applied to table header.")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set TableHeaderStyle : WebGridFormatStyle
Managed Extensions for C++ 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the style applied to table header.")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property WebGridFormatStyle* get_TableHeaderStyle();
public: __property void set_TableHeaderStyle( 
   WebGridFormatStyle* value
);
C++/CLI 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the style applied to table header.")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property WebGridFormatStyle^ TableHeaderStyle {
   WebGridFormatStyle^ get();
   void set (    WebGridFormatStyle^ 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

©2012 Intersoft Solutions Corp. All Rights Reserved.