ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1ComboBox Namespace / C1ComboBoxExtender Class / Columns Property

In This Topic
    Columns Property (C1ComboBoxExtender)
    In This Topic
    An array that specifies the column collections of wijcombobox. Example: columns: [{name: "header1", width: 150}, {name: "header2", width: 150}, {name: "header3", width: 150}] Default: []. Type: Array.
    Syntax
    'Declaration
     
    Public ReadOnly Property Columns As System.Collections.Generic.List(Of C1ComboBoxColumn)
    public System.Collections.Generic.List<C1ComboBoxColumn> Columns {get;}
    See Also