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

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

Syntax

JavaScript
C1.Web.UI.Controls.C1GridView.GroupPosition = function();

Type.createClass(
	'C1.Web.UI.Controls.C1GridView.GroupPosition',
	Enum);

Inheritance Hierarchy

System..::..Object
  System..::..ValueType
    System..::..Enum
      C1.Web.UI.Controls.C1GridView..::..GroupPosition

See Also