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






Specifies the images used to indicate deleted row, when batch update is enabled.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies the image used to indicate deleted row, when batch update mode is enabled.")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property DeletedRowIndicator As String
Visual Basic (Usage)Copy Code
Dim instance As ImageSettings
Dim value As String
 
instance.DeletedRowIndicator = value
 
value = instance.DeletedRowIndicator
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the image used to indicate deleted row, when batch update mode is enabled.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public string DeletedRowIndicator {get; set;}
Delphi 
public read-write property DeletedRowIndicator: String; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Specifies the image used to indicate deleted row, when batch update mode is enabled.")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set DeletedRowIndicator : String
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the image used to indicate deleted row, when batch update mode is enabled.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property string* get_DeletedRowIndicator();
public: __property void set_DeletedRowIndicator( 
   string* value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the image used to indicate deleted row, when batch update mode is enabled.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property String^ DeletedRowIndicator {
   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.