Blazor | ComponentOne
C1.Blazor.Accordion Assembly / C1.Blazor.Accordion Namespace / ExpanderButton Class / CheckedContent Property

In This Topic
    CheckedContent Property (ExpanderButton)
    In This Topic
    Gets or sets the content show when the button is checked.
    Syntax
    'Declaration
     
    
    Public Property CheckedContent As RenderFragment
    public RenderFragment CheckedContent {get; set;}
    See Also