Library Blazor Components SlidePanel Reference Classes SlidePanel Properties IsExpanded

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;

Sign in