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

In This Topic
    UncheckedContent Property (C1ToggleButton)
    In This Topic
    Gets or sets the content shown when the button is unchecked.
    Syntax
    'Declaration
     
    
    Public Property UncheckedContent As RenderFragment
    public RenderFragment UncheckedContent {get; set;}
    See Also