BCGControlBar Library for .NET
ShowGroupBox Property




Gets or sets the value that indicates whether to show Group By box.
Syntax
'Declaration
 
Public Property ShowGroupBox As Boolean
'Usage
 
Dim instance As GridControl
Dim value As Boolean
 
instance.ShowGroupBox = value
 
value = instance.ShowGroupBox
public bool ShowGroupBox {get; set;}
public: __property bool get_ShowGroupBox();
public: __property void set_ShowGroupBox( 
   bool value
);
public:
property bool ShowGroupBox {
   bool get();
   void set (    bool value);
}
Remarks
Group By box (grouping) is not available in Virtual Mode.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridControl Class
GridControl Members

Send Feedback