Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1ToggleButton Class / UncheckedText Property

In This Topic
    UncheckedText Property
    In This Topic
    Gets or sets the text shown when the button is unchecked.
    Syntax
    'Declaration
     
    
    Public Property UncheckedText As String
    public string UncheckedText {get; set;}
    See Also