Gets or sets a value that indicates whether the grid shows group rows
between data groups.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.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 |