KryptonWorkspaceCellSaveToXml Method |
Request this cell save its information.
Namespace: Internal.ComponentFactory.Krypton.WorkspaceAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void SaveToXml(
KryptonWorkspace workspace,
XmlWriter xmlWriter
)
Parameters
- workspace KryptonWorkspace
- Reference to owning workspace instance..
- xmlWriter XmlWriter
- Xml writer to save information into.
See Also