Click or drag to resize

KryptonWorkspaceReadCellElement Method

Read cell details from xml during load process.

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 virtual string ReadCellElement(
	XmlReader xmlReader,
	KryptonWorkspaceCell cell
)

Parameters

xmlReader  XmlReader
XmlReader to use for loading.
cell  KryptonWorkspaceCell
Reference to cell.

Return Value

String
Unique name of the selected page inside the cell.
See Also