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

In This Topic
    Label Property (C1ButtonExtender)
    In This Topic
    Text to show on the button. When not specified (null), the element's html content is used, or its value attribute when it's an input element of type submit or reset; or the html content of the associated label element if its an input of type radio or checkbox
    Syntax
    'Declaration
     
    Public Property Label As System.String
    public System.string Label {get; set;}
    See Also