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






Gets or sets the text displayed in a group row when the value grouped is an empty string or null.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets the text displayed in a group row when the value grouped is an empty string or null.")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property GroupEmptyString As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumn
Dim value As String
 
instance.GroupEmptyString = value
 
value = instance.GroupEmptyString
C# 
[DescriptionAttribute("Gets or sets the text displayed in a group row when the value grouped is an empty string or null.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public string GroupEmptyString {get; set;}
Delphi 
public read-write property GroupEmptyString: String; 
JScript 
DescriptionAttribute("Gets or sets the text displayed in a group row when the value grouped is an empty string or null.")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set GroupEmptyString : String
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets the text displayed in a group row when the value grouped is an empty string or null.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property string* get_GroupEmptyString();
public: __property void set_GroupEmptyString( 
   string* value
);
C++/CLI 
[DescriptionAttribute("Gets or sets the text displayed in a group row when the value grouped is an empty string or null.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property String^ GroupEmptyString {
   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.