Intersoft WebGrid Documentation
EditImage Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > ImageSettings Class : EditImage Property






Specifies the image that represent the current row being edited.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies the image that represent the current row being edited.")>
Public Property EditImage As String
Visual Basic (Usage)Copy Code
Dim instance As ImageSettings
Dim value As String
 
instance.EditImage = value
 
value = instance.EditImage
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the image that represent the current row being edited.")]
public string EditImage {get; set;}
Delphi 
public read-write property EditImage: String; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Specifies the image that represent the current row being edited.")
public function get,set EditImage : String
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the image that represent the current row being edited.")]
public: __property string* get_EditImage();
public: __property void set_EditImage( 
   string* value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the image that represent the current row being edited.")]
public:
property String^ EditImage {
   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.