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

In This Topic
    DropdownWidth Property
    In This Topic
    A value that specifies the width of the drop-down list. Default: "-1". Type: Number.
    Syntax
    'Declaration
     
    Public Property DropdownWidth As System.Integer
    public System.int DropdownWidth {get; set;}
    Remarks
    When this option is set to "-1", the width of the drop-down list is equal to the width of wijcombobox.
    See Also