Click or drag to resize

KryptonWorkspacePreviousCell Method

Return reference to previous cell in hierarchy starting from specified cell.

Namespace: Internal.ComponentFactory.Krypton.Workspace
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public KryptonWorkspaceCell PreviousCell(
	KryptonWorkspaceCell current
)

Parameters

current  KryptonWorkspaceCell
Starting cell.

Return Value

KryptonWorkspaceCell
Previous cell;otherwise null.
See Also