Use the members of this enumeration to set the value of the Position property in the GroupInfo class.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public enum GroupPosition
Visual Basic
Public Enumeration GroupPosition

Members

Member nameDescription
None Disables grouping for the column.
Header Inserts header rows.
Footer Inserts footer rows.
HeaderAndFooter Inserts header and footer rows.

See Also