BCGControlBar Library for .NET
HideGroupByColumnInGrid Property




Specifies an action to be taken for a header item, when it has been dropped in Group By box.
Syntax
'Declaration
 
Public Property HideGroupByColumnInGrid As Boolean
'Usage
 
Dim instance As GridControl
Dim value As Boolean
 
instance.HideGroupByColumnInGrid = value
 
value = instance.HideGroupByColumnInGrid
public bool HideGroupByColumnInGrid {get; set;}
public: __property bool get_HideGroupByColumnInGrid();
public: __property void set_HideGroupByColumnInGrid( 
   bool value
);
public:
property bool HideGroupByColumnInGrid {
   bool get();
   void set (    bool value);
}
Remarks
If this property is true, the column whose header was dropped in Group By box is hidden.
Otherwise it remains visible in Grid.
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