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

In This Topic
    C1InputPanelRowDetail Class
    In This Topic
    Represents the user control with C1.Win.C1InputPanel.C1InputPanel in its controls collection. This user control implements IC1FlexGridRowDetail interface for C1FlexGrid row details feature.
    Object Model
    C1InputPanelRowDetail Class
    Syntax
    'Declaration
     
    
    Public Class C1InputPanelRowDetail 
       Inherits System.Windows.Forms.UserControl
       Implements IC1FlexGridRowDetail 
    public class C1InputPanelRowDetail : System.Windows.Forms.UserControl, IC1FlexGridRowDetail  
    Remarks
    To edit C1.Win.C1InputPanel.C1InputPanel instance in DesignTime derive new control from C1InputPanelRowDetail. Derived control can be opened in designer and inner C1.Win.C1InputPanel.C1InputPanel 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.C1InputPanelRowDetail

    See Also