Gets or sets a value that indicates whether the grid shows group rows between data groups.

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

Syntax

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

See Also