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






Specifies the preview row expand image.

Syntax

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