Intersoft WebGrid Documentation
GroupRowInfoFormat Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridColumn Class : GroupRowInfoFormat Property






Gets or sets the string format for the group row's info.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Gets or sets the string format for the groupRow's info.")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property GroupRowInfoFormat As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumn
Dim value As String
 
instance.GroupRowInfoFormat = value
 
value = instance.GroupRowInfoFormat
C# 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the string format for the groupRow's info.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public string GroupRowInfoFormat {get; set;}
Delphi 
public read-write property GroupRowInfoFormat: String; 
JScript 
NotifyParentPropertyAttribute()
DescriptionAttribute("Gets or sets the string format for the groupRow's info.")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
public function get,set GroupRowInfoFormat : String
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the string format for the groupRow's info.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property string* get_GroupRowInfoFormat();
public: __property void set_GroupRowInfoFormat( 
   string* value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the string format for the groupRow's info.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property String^ GroupRowInfoFormat {
   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.