Intersoft WebGrid Documentation
NewRowInfoText Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridTable Class : NewRowInfoText Property






Gets or sets the text that will be displayed in new row when new row isn't focused.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Gets or sets the text that will be displayed in new row when new row isn't focused.")>
Public Property NewRowInfoText As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridTable
Dim value As String
 
instance.NewRowInfoText = value
 
value = instance.NewRowInfoText
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the text that will be displayed in new row when new row isn't focused.")]
public string NewRowInfoText {get; set;}
Delphi 
public read-write property NewRowInfoText: String; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Gets or sets the text that will be displayed in new row when new row isn't focused.")
public function get,set NewRowInfoText : String
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the text that will be displayed in new row when new row isn't focused.")]
public: __property string* get_NewRowInfoText();
public: __property void set_NewRowInfoText( 
   string* value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the text that will be displayed in new row when new row isn't focused.")]
public:
property String^ NewRowInfoText {
   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.