True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / RowTypeEnum Enumeration

In This Topic
    RowTypeEnum Enumeration
    In This Topic
    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