Intersoft WebGrid Documentation
GroupRowValueFormatString Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridGroup Class : GroupRowValueFormatString Property






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

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Gets or sets the string format for the group row's value.")>
Public Property GroupRowValueFormatString As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridGroup
Dim value As String
 
instance.GroupRowValueFormatString = value
 
value = instance.GroupRowValueFormatString
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the string format for the group row's value.")]
public string GroupRowValueFormatString {get; set;}
Delphi 
public read-write property GroupRowValueFormatString: String; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Gets or sets the string format for the group row's value.")
public function get,set GroupRowValueFormatString : String
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the string format for the group row's value.")]
public: __property string* get_GroupRowValueFormatString();
public: __property void set_GroupRowValueFormatString( 
   string* value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the string format for the group row's value.")]
public:
property String^ GroupRowValueFormatString {
   String^ get();
   void set (    String^ value);
}

Remarks

This property allows you to specify different string formatting for each level of the group columns.

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.