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

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
[ObsoleteAttribute("Please use GroupRowPositionProperty instead.")]
public bool ShowGroups { get; set; }
Visual Basic
<ObsoleteAttribute("Please use GroupRowPositionProperty instead.")> _
Public Property ShowGroups As Boolean
	Get
	Set

See Also