Intersoft WebGrid Documentation
HeaderStyle Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridColumnSet Class : HeaderStyle Property






Gets or sets the style applied to the row.

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("The column's header style of the columnset.")>
<NotifyParentPropertyAttribute(True)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<DefaultValueAttribute()>
Public Property HeaderStyle As WebGridFormatStyle
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumnSet
Dim value As WebGridFormatStyle
 
instance.HeaderStyle = value
 
value = instance.HeaderStyle
C# 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("The column's header style of the columnset.")]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
public WebGridFormatStyle HeaderStyle {get; set;}
Delphi 
public read-write property HeaderStyle: WebGridFormatStyle; 
JScript 
PersistenceModeAttribute(PersistenceMode.InnerProperty)
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("The column's header style of the columnset.")
NotifyParentPropertyAttribute()
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
DefaultValueAttribute()
public function get,set HeaderStyle : WebGridFormatStyle
Managed Extensions for C++ 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("The column's header style of the columnset.")]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
public: __property WebGridFormatStyle* get_HeaderStyle();
public: __property void set_HeaderStyle( 
   WebGridFormatStyle* value
);
C++/CLI 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("The column's header style of the columnset.")]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
public:
property WebGridFormatStyle^ HeaderStyle {
   WebGridFormatStyle^ get();
   void set (    WebGridFormatStyle^ value);
}

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.