Specifies where to place the group rows used to delimit data groups.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
| C# |
|---|
public enum GroupRowPosition |
| Visual Basic |
|---|
Public Enumeration GroupRowPosition |
Members
| Member name | Description | |
|---|---|---|
| AboveData | Place group rows above the data. | |
| BelowData | Place group rows below the data. | |
| None | Do not show group rows. |