Library Blazor Components ToolsPanel Reference ToolsPanel DockId

DockId

Id of current dock, if is not in floating (value is null then).

ToolsPanel can be docked to only one Dock or to be undocked. Changing this parameter to DockId of other dock will move panel to it.

razor
[Parameter]
public string? DockId { get; set; }

Sign in