Click or drag to resize

KryptonDockingSpaceCellVisiblePages Method

Return an array of the visible pages that are inside the cell that contains the provided unique name.

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 KryptonPage[] CellVisiblePages(
	string uniqueName
)

Parameters

uniqueName  String
Unique name of page that is inside the target cell.

Return Value

KryptonPage
Array of page references.
See Also