Gets or sets whether the control should automatically hide grouped columns.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.GroupPanel.4 (in C1.Silverlight.FlexGrid.GroupPanel.4.dll)

Syntax

C#
public bool HideGroupedColumns { get; set; }
Visual Basic
Public Property HideGroupedColumns As Boolean
	Get
	Set

See Also