Click or drag to resize

KryptonWorkspaceWriteCellElement Method

Write cell details to xml during save process.

Namespace:  Internal.ComponentFactory.Krypton.Workspace
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public virtual void WriteCellElement(
	XmlWriter xmlWriter,
	KryptonWorkspaceCell cell
)

Parameters

xmlWriter
Type: System.XmlXmlWriter
XmlWriter to use for saving.
cell
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspaceCell
Reference to cell.
See Also