C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewRowType Enumeration

C1GridViewRowType Enumeration
Specifies the function of a row in the C1GridView control.
Syntax
'Declaration
 
Public Enum C1GridViewRowType 
   Inherits System.Enum
 
Members
MemberDescription
DataRowA data row of a data control. Only DataRow rows can be data-bound.
DetailRowA detail row of a data control.
EmptyDataRowA row that displays page buttons or a pager control. Pager rows cannot be data-bound.
FilterA row that displays the filter bar. Filter rows cannot be data-bound.
FooterA footer row of a data control. Footer rows cannot be data-bound.
HeaderA header row of a data control. Header rows cannot be data-bound.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1GridView.C1GridViewRowType

See Also