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






Gets or sets the group row info text for this cell. When a value is set, it will override the GroupRowInfoFormat property in higher object's hierarchy.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets the group row info text for this cell. When a value is set, it will override the GroupRowInfoFormat property in higher object's hierarchy.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<DefaultValueAttribute()>
Public Property GroupRowInfoText As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridCell
Dim value As String
 
instance.GroupRowInfoText = value
 
value = instance.GroupRowInfoText
C# 
[DescriptionAttribute("Gets or sets the group row info text for this cell. When a value is set, it will override the GroupRowInfoFormat property in higher object's hierarchy.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
public string GroupRowInfoText {get; set;}
Delphi 
public read-write property GroupRowInfoText: String; 
JScript 
DescriptionAttribute("Gets or sets the group row info text for this cell. When a value is set, it will override the GroupRowInfoFormat property in higher object's hierarchy.")
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
public function get,set GroupRowInfoText : String
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets the group row info text for this cell. When a value is set, it will override the GroupRowInfoFormat property in higher object's hierarchy.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
public: __property string* get_GroupRowInfoText();
public: __property void set_GroupRowInfoText( 
   string* value
);
C++/CLI 
[DescriptionAttribute("Gets or sets the group row info text for this cell. When a value is set, it will override the GroupRowInfoFormat property in higher object's hierarchy.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
public:
property String^ GroupRowInfoText {
   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.