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

In This Topic
    C1ComboColumnCollection Class
    In This Topic
    Represents C1ComboColumn collection.
    Object Model
    C1ComboColumnCollection Class
    Syntax
    'Declaration
     
    Public Class C1ComboColumnCollection 
       Inherits C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection(Of C1ComboBox,C1ComboBoxColumn)
    public class C1ComboColumnCollection : C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1ComboBox,C1ComboBoxColumn> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
             C1.Web.Wijmo.Controls.C1ComboBox.C1ComboColumnCollection

    See Also