ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / AccordionPane Class / IsVisible Property

In This Topic
    IsVisible Property (AccordionPane)
    In This Topic
    Gets or sets a value that determines whether this AccordionPane is visible.
    Syntax
    'Declaration
     
    Public Property IsVisible As Boolean
    public bool IsVisible {get; set;}
    See Also