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






Specifies the image used to indicate added row, when batch update mode is enabled. 

Syntax

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