Intersoft WebGrid Documentation
Image Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridCell Class : Image Property






Gets or sets the image filename that will be used to display image of an Image or ImageAndText Column.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Gets or sets the image filename that will be used to display image of an Image or ImageAndText Column.")>
Public Property Image As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridCell
Dim value As String
 
instance.Image = value
 
value = instance.Image
C# 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the image filename that will be used to display image of an Image or ImageAndText Column.")]
public string Image {get; set;}
Delphi 
public read-write property Image: String; 
JScript 
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Gets or sets the image filename that will be used to display image of an Image or ImageAndText Column.")
public function get,set Image : String
Managed Extensions for C++ 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the image filename that will be used to display image of an Image or ImageAndText Column.")]
public: __property string* get_Image();
public: __property void set_Image( 
   string* value
);
C++/CLI 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the image filename that will be used to display image of an Image or ImageAndText Column.")]
public:
property String^ Image {
   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.