ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboColumnCollection Class / C1ComboColumnCollection Constructor

In This Topic
    C1ComboColumnCollection Constructor
    In This Topic
    Initializes a new instance of the C1ComboColumnCollection class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As C1ComboBox _
    )
    public C1ComboColumnCollection( 
       C1ComboBox owner
    )

    Parameters

    owner
    See Also