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






Gets or sets the image of the button when the value of the WebGridCell is set to ButtonImage.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets the image of the button when the ColumnType of the WebGridColumn is set to ButtonImage.")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property ButtonImage As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridCell
Dim value As String
 
instance.ButtonImage = value
 
value = instance.ButtonImage
C# 
[DescriptionAttribute("Gets or sets the image of the button when the ColumnType of the WebGridColumn is set to ButtonImage.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public string ButtonImage {get; set;}
Delphi 
public read-write property ButtonImage: String; 
JScript 
DescriptionAttribute("Gets or sets the image of the button when the ColumnType of the WebGridColumn is set to ButtonImage.")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set ButtonImage : String
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets the image of the button when the ColumnType of the WebGridColumn is set to ButtonImage.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property string* get_ButtonImage();
public: __property void set_ButtonImage( 
   string* value
);
C++/CLI 
[DescriptionAttribute("Gets or sets the image of the button when the ColumnType of the WebGridColumn is set to ButtonImage.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property String^ ButtonImage {
   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.