Click or drag to resize

KryptonWorkspaceWriteCellElement Method

Write cell details to xml during save 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 void WriteCellElement(
	XmlWriter xmlWriter,
	KryptonWorkspaceCell cell
)

Parameters

xmlWriter  XmlWriter
XmlWriter to use for saving.
cell  KryptonWorkspaceCell
Reference to cell.
See Also