Version

CellVisibilityWhenGrouped Property

Specifies if the group-by fields should be hidden. Default is null which is resolved to Visible.
Syntax
'Declaration
 
Public Property CellVisibilityWhenGrouped As Nullable(Of Visibility)
public Nullable<Visibility> CellVisibilityWhenGrouped {get; set;}
Remarks
By default when a field is used to group records, its cells will remain visible. CellVisibilityWhenGrouped property can be used to control whether the field remains visible or is collapsed or hidden when records are grouped by it. You may want to hide the group-by fields since all the values of the group-by fields are displayed in the group-by records. In that case you can set this property to either Collapsed or Hidden.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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