Specifies where to place the group rows used to delimit data groups.

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

Syntax

C#
public enum GroupRowPosition
Visual Basic
Public Enumeration GroupRowPosition

Members

Member nameValueDescription
AboveData0 Place group rows above the data.
BelowData1 Place group rows below the data.
None2 Do not show group rows.

See Also