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

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