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






Specifies whether or not to show group by box.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies whether or not to show group by box.")>
Public Property GroupByBoxVisible As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Boolean
 
instance.GroupByBoxVisible = value
 
value = instance.GroupByBoxVisible
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether or not to show group by box.")]
public bool GroupByBoxVisible {get; set;}
Delphi 
public read-write property GroupByBoxVisible: Boolean; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Specifies whether or not to show group by box.")
public function get,set GroupByBoxVisible : boolean
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether or not to show group by box.")]
public: __property bool get_GroupByBoxVisible();
public: __property void set_GroupByBoxVisible( 
   bool value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether or not to show group by box.")]
public:
property bool GroupByBoxVisible {
   bool get();
   void set (    bool value);
}

Remarks

When users set this property to False, the GroupByBox will not be visible even though the AllowGrouping is set to Yes. In order to make the filter bar visible, end users can right click in the column header and click on "GroupByBox" menu item.

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

Concepts

Rich User Interface Elements

©2012 Intersoft Solutions Corp. All Rights Reserved.