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

In This Topic
    Label Property (C1ComboBoxItem)
    In This Topic
    item's label.
    Syntax
    'Declaration
     
    Public Property Label As System.String
    public System.string Label {get; set;}
    See Also