Intersoft WebGrid Documentation
HeaderImage Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridColumn Class : HeaderImage Property






Gets or sets the image that will be displayed in column heading's area before the Caption.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets the image that will be displayed in column heading's area, before the Caption.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property HeaderImage As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumn
Dim value As String
 
instance.HeaderImage = value
 
value = instance.HeaderImage
C# 
[DescriptionAttribute("Gets or sets the image that will be displayed in column heading's area, before the Caption.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public string HeaderImage {get; set;}
Delphi 
public read-write property HeaderImage: String; 
JScript 
DescriptionAttribute("Gets or sets the image that will be displayed in column heading's area, before the Caption.")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set HeaderImage : String
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets the image that will be displayed in column heading's area, before the Caption.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property string* get_HeaderImage();
public: __property void set_HeaderImage( 
   string* value
);
C++/CLI 
[DescriptionAttribute("Gets or sets the image that will be displayed in column heading's area, before the Caption.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property String^ HeaderImage {
   String^ get();
   void set (    String^ 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.