KryptonWorkspaceReadCellElement Method |
Read cell details from xml during load process.
Namespace: Internal.ComponentFactory.Krypton.WorkspaceAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic virtual string ReadCellElement(
XmlReader xmlReader,
KryptonWorkspaceCell cell
)
Parameters
- xmlReader XmlReader
- XmlReader to use for loading.
- cell KryptonWorkspaceCell
- Reference to cell.
Return Value
StringUnique name of the selected page inside the cell.
See Also