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






Gets or sets the image that will be displayed in the table header, before Caption.

Syntax

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