Specifies the function of a row in the C1GridView control.

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

Syntax

C#
public enum C1GridViewRowType
Visual Basic
Public Enumeration C1GridViewRowType

Members

Member nameDescription
Header A header row of a data control. Header rows cannot be data-bound.
Footer A footer row of a data control. Footer rows cannot be data-bound.
DataRow A data row of a data control. Only DataRow rows can be data-bound.
Separator A row separator. Row separators cannot be data-bound.
Pager A row that displays page buttons or a pager control. Pager rows cannot be data-bound.
EmptyDataRow A row that displays page buttons or a pager control. Pager rows cannot be data-bound.
GroupHeader A row that displays the grouped header. Group header rows cannot be data-bound.
GroupFooter A row that displays the grouped footer. Group footer rows cannot be data-bound.
GroupColumn A row that displays the grouped column. Group column rows cannot be data-bound.
GroupArea A row that displays the grouping area. Group area rows cannot be data-bound.
Filter A row that displays the filter bar. Filter rows cannot be data-bound.

See Also