FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridRowDetail Class
Members

In This Topic
    C1FlexGridRowDetail Class
    In This Topic
    Represents the user control with C1FlexGrid in its controls collection. This user control implements IC1FlexGridRowDetail interface for C1FlexGrid row details feature.
    Object Model
    C1FlexGridRowDetail Class
    Syntax
    'Declaration
     
    
    Public Class C1FlexGridRowDetail 
       Inherits System.Windows.Forms.UserControl
       Implements IC1FlexGridRowDetail 
    public class C1FlexGridRowDetail : System.Windows.Forms.UserControl, IC1FlexGridRowDetail  
    Remarks
    To edit C1FlexGrid instance in DesignTime derive new control from C1FlexGridRowDetail. Derived control can be opened in designer and inner C1FlexGrid can be setup.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.ScrollableControl
                   System.Windows.Forms.ContainerControl
                      System.Windows.Forms.UserControl
                         C1.Win.C1FlexGrid.C1FlexGridRowDetail

    See Also