IsExpanded
Specifies whether a panel is either expanded or collapsed. When panel is collapsed, only the header area of the panel will be rendered.
razor
[Parameter] public bool IsExpanded { get; set; } = true;
Specifies whether a panel is either expanded or collapsed. When panel is collapsed, only the header area of the panel will be rendered.
[Parameter] public bool IsExpanded { get; set; } = true;