Intersoft WebGrid Documentation
GroupByBox Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > LayoutSet Class : GroupByBox Property






Gets or sets the GroupByBoxObject that is used to control the appearance of GroupBox.

Syntax

Visual Basic (Declaration) 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<DescriptionAttribute("Gets or sets the that is used to control the appearance of GroupBox.")>
Public Property GroupByBox As GroupByBoxObject
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As GroupByBoxObject
 
instance.GroupByBox = value
 
value = instance.GroupByBox
C# 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Gets or sets the that is used to control the appearance of GroupBox.")]
public GroupByBoxObject GroupByBox {get; set;}
Delphi 
public read-write property GroupByBox: GroupByBoxObject; 
JScript 
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
DescriptionAttribute("Gets or sets the that is used to control the appearance of GroupBox.")
public function get,set GroupByBox : GroupByBoxObject
Managed Extensions for C++ 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Gets or sets the that is used to control the appearance of GroupBox.")]
public: __property GroupByBoxObject* get_GroupByBox();
public: __property void set_GroupByBox( 
   GroupByBoxObject* value
);
C++/CLI 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Gets or sets the that is used to control the appearance of GroupBox.")]
public:
property GroupByBoxObject^ GroupByBox {
   GroupByBoxObject^ get();
   void set (    GroupByBoxObject^ 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

Reference

LayoutSet Class
LayoutSet Members

Tasks

How-to: Display group by box

Concepts

Rich User Interface Elements

©2012 Intersoft Solutions Corp. All Rights Reserved.