Click or drag to resize

KryptonDockingManagerSwitchAutoHiddenGroupToDockedCellRequest Method

Perform a switch from auto hidden group to docked cell for the visible pages inside the group.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public virtual KryptonDockingDockspace SwitchAutoHiddenGroupToDockedCellRequest(
	string uniqueName
)

Parameters

uniqueName  String
Unique name of page inside auto hidden group that needs switching.

Return Value

KryptonDockingDockspace
KryptonDockingDockspace reference if a new dockspace needed to be created; otherwise false.
See Also