ComponentOne True DBGrid for WinForms
RowTypeEnum Enumeration

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace : RowTypeEnum Enumeration
Identifies the type of row.
Syntax
'Declaration
 
Public Enum RowTypeEnum 
   Inherits System.Enum
public enum RowTypeEnum : System.Enum 
Members
MemberDescription
ChildRowRow is a childrow.
CollapsedGroupRowRow is a collapsed group row.
DataRowRow is a datarow.
ExpandedGroupRowRow is an expanded group row.
FooterRowRow is a footerrow.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1TrueDBGrid.RowTypeEnum

See Also

Reference

C1.Win.C1TrueDBGrid Namespace