Library Blazor Components ToolsPanel Reference ToolsPanel CanUndock

CanUndock

Specifies whether an user can drag-out the panel outside of current dock and move it around over the screen.

razor
[Parameter]
public bool CanUndock { get; set; } = true;

Sign in