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






Gets or sets a value indicating whether groups should be collapsed or expanded when groups are calculated.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets a value indicating whether groups should be collapsed or expanded when groups are calculated.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
Public Property GroupMode As GroupMode
Visual Basic (Usage)Copy Code
Dim instance As WebGridGroup
Dim value As GroupMode
 
instance.GroupMode = value
 
value = instance.GroupMode
C# 
[DescriptionAttribute("Gets or sets a value indicating whether groups should be collapsed or expanded when groups are calculated.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public GroupMode GroupMode {get; set;}
Delphi 
public read-write property GroupMode: GroupMode; 
JScript 
DescriptionAttribute("Gets or sets a value indicating whether groups should be collapsed or expanded when groups are calculated.")
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
public function get,set GroupMode : GroupMode
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets a value indicating whether groups should be collapsed or expanded when groups are calculated.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public: __property GroupMode get_GroupMode();
public: __property void set_GroupMode( 
   GroupMode value
);
C++/CLI 
[DescriptionAttribute("Gets or sets a value indicating whether groups should be collapsed or expanded when groups are calculated.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public:
property GroupMode GroupMode {
   GroupMode get();
   void set (    GroupMode value);
}

Remarks

GroupMode enables you to specify which level of group column that will be expanded or collapsed initially.

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.