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

In This Topic
    LabelText Property
    In This Topic
    A value that specifies the text in the wijcombobox label. Default: null. Type: String.
    Syntax
    'Declaration
     
    Public Property LabelText As System.String
    public System.string LabelText {get; set;}
    See Also